From: Harlan Stenn Date: Fri, 8 Oct 1999 03:04:12 +0000 (-0000) Subject: ChangeLog, configure, configure.in, Makefile.in: X-Git-Tag: PRE_NT_991015~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc07f790c7160ea70530bcadc1cc2917ded410c3;p=thirdparty%2Fntp.git ChangeLog, configure, configure.in, Makefile.in: * configure.in: We might need -lsocket for the -lnsl check. Rebuild generated files bk: 37fd5f2c2QG_vG_Pb1HDHT5OWay9ug --- diff --git a/ChangeLog b/ChangeLog index 48ce78a011..ca191769e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-04 Harlan Stenn + + * configure.in: We might need -lsocket for the -lnsl check. + 1999-09-19 Harlan Stenn * ntpd/refclock_ulink.c: Typos in C++ comment diff --git a/configure b/configure index 25ea5066f9..6718fbc278 100755 --- a/configure +++ b/configure @@ -2161,7 +2161,7 @@ if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lnsl $LIBS" +LIBS="-lnsl -lsocket $LIBS" cat > conftest.$ac_ext <