Changeset 491

Show
Ignore:
Timestamp:
02/26/04 09:27:50 (5 years ago)
Author:
jajcus
Message:

- search for gethostbyname and socket in specific libraries (should partialy fix solaris build)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r489 r491  
    5858AC_FUNC_STAT 
    5959 
    60 AC_CHECK_FUNCS([gethostbyname isascii],[],AC_MSG_ERROR("Some functions needed are missing")) 
    61 AC_CHECK_FUNCS([select socket],[],AC_MSG_ERROR("Some functions needed are missing")) 
     60AC_SEARCH_LIBS([gethostbyname],[resolve resolv],[],AC_MSG_ERROR("Some functions needed are missing")) 
     61AC_SEARCH_LIBS([socket],[socket],[],AC_MSG_ERROR("Some functions needed are missing")) 
     62AC_CHECK_FUNCS([isascii],[],AC_MSG_ERROR("Some functions needed are missing")) 
     63AC_CHECK_FUNCS([select],[],AC_MSG_ERROR("Some functions needed are missing")) 
    6264AC_CHECK_FUNCS([memset strchr],[],AC_MSG_ERROR("Some functions needed are missing")) 
    6365