Changeset 492

Show
Ignore:
Timestamp:
02/26/04 11:30:41 (5 years ago)
Author:
jajcus
Message:

- solaris library test improved (?)

Files:

Legend:

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

    r491 r492  
    5858AC_FUNC_STAT 
    5959 
    60 AC_SEARCH_LIBS([gethostbyname],[resolve resolv],[],AC_MSG_ERROR("Some functions needed are missing")) 
     60AC_SEARCH_LIBS([gethostbyname],[resolv nsl],[],AC_MSG_ERROR("Some functions needed are missing")) 
     61AC_SEARCH_LIBS([inet_aton],[resolv nsl],[],AC_MSG_ERROR("Some functions needed are missing")) 
    6162AC_SEARCH_LIBS([socket],[socket],[],AC_MSG_ERROR("Some functions needed are missing")) 
    6263AC_CHECK_FUNCS([isascii],[],AC_MSG_ERROR("Some functions needed are missing"))