Changeset 492
- Timestamp:
- 02/26/04 11:30:41 (5 years ago)
- Files:
-
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r491 r492 58 58 AC_FUNC_STAT 59 59 60 AC_SEARCH_LIBS([gethostbyname],[resolve resolv],[],AC_MSG_ERROR("Some functions needed are missing")) 60 AC_SEARCH_LIBS([gethostbyname],[resolv nsl],[],AC_MSG_ERROR("Some functions needed are missing")) 61 AC_SEARCH_LIBS([inet_aton],[resolv nsl],[],AC_MSG_ERROR("Some functions needed are missing")) 61 62 AC_SEARCH_LIBS([socket],[socket],[],AC_MSG_ERROR("Some functions needed are missing")) 62 63 AC_CHECK_FUNCS([isascii],[],AC_MSG_ERROR("Some functions needed are missing"))
