--- configure.orig Mon Jul 15 15:51:08 2002 +++ configure Wed Oct 8 01:42:17 2003 @@ -1836,14 +1836,14 @@ SIMPLELIBS=${LIBS} LIBS= -echo $ac_n "checking for dlsym in -ldl""... $ac_c" 1>&6 -echo "configure:1841: checking for dlsym in -ldl" >&5 +echo $ac_n "checking for dlsym in -lc""... $ac_c" 1>&6 +echo "configure:1841: checking for dlsym in -lc" >&5 ac_lib_var=`echo dl'_'dlsym | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-ldl $LIBS" +LIBS="-lc $LIBS" cat > conftest.$ac_ext <&6 @@ -2151,6 +2151,7 @@ #line 2152 "configure" #include "confdefs.h" + #include #include int connect($testproto); @@ -2227,14 +2228,16 @@ echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6 echo "configure:2230: checking for correct poll prototype" >&5 -PROTO= -for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' +PROTO1="struct pollfd fds[], nfds_t nfds, int timeout" +PROTO2="struct pollfd *fds, unsigned int nfds, int timeout" +for PROTO in "$PROTO1" "$PROTO2" do if test "${PROTO}" = ""; then cat > conftest.$ac_ext < #include int poll($testproto);