From b20b90d225455031ecf2faccd110d8cb0cf41e6c Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 9 Sep 2002 16:40:14 +0000 Subject: * NEWS: typo. * configure.ac: Add a link test for LDAP without -lresolv for HPUX. Remove "hstrerror" test as it is no longer needed. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2dd48bd7d..c052e16d4 100644 --- a/configure.ac +++ b/configure.ac @@ -355,11 +355,11 @@ AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt, [NETLIBS="-lsocket $NETLIBS"])) # Try and link a LDAP test program to weed out unusable LDAP -# libraries. -lldap -llber -lresolv is for OpenLDAP. -lldapssl41 is -# for Mozilla LDAP. +# libraries. -lldap -llber [-lresolv] is for OpenLDAP. -lldapssl41 +# is for Mozilla LDAP. if test "$try_ldap" = yes ; then - for LDAPLIBS in "-lldap -llber -lresolv" "-lldapssl41"; do + for LDAPLIBS in "-lldap -llber -lresolv" "-lldap -llber" "-lldapssl41"; do _ldap_save_libs=$LIBS LIBS="$LDAPLIBS $NETLIBS $LIBS" @@ -536,7 +536,7 @@ AC_FUNC_FSEEKO AC_FUNC_VPRINTF AC_FUNC_FORK AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap) -AC_CHECK_FUNCS(strcasecmp strncasecmp hstrerror) +AC_CHECK_FUNCS(strcasecmp strncasecmp) AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime) AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale) AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat) -- cgit v1.2.3