--- a/configure.in Sun Jan 26 03:52:58 2003 +0000 +++ b/configure.in Sun Jan 26 04:18:46 2003 +0000 @@ -34,7 +34,7 @@ dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_STRFTIME -AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) +AC_CHECK_FUNCS(strdup strstr atexit getaddrinfo) dnl Checks for getopt in standard library AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) @@ -327,6 +327,7 @@ dnl checks for jabber dnl AC_CHECK_SIZEOF(short) AC_CHECK_FUNCS(snprintf connect) +AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, gethostent) dnl checks for zephyr