From: Daniel Stenberg Date: Wed, 6 Oct 2004 07:33:03 +0000 (+0000) Subject: Dan Fandrich fix for hosts that need both -lnsl and -lsocket X-Git-Tag: curl-7_12_2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0;p=thirdparty%2Fcurl.git Dan Fandrich fix for hosts that need both -lnsl and -lsocket --- diff --git a/configure.ac b/configure.ac index 3bd5f6c6d7..0cd2a79dc9 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ then AC_TRY_LINK( , [gethostbyname();], [ dnl found it! - HAVE_GETHOSTBYNAME="1", + HAVE_GETHOSTBYNAME="1" AC_MSG_RESULT([yes])], [ dnl failed! AC_MSG_RESULT([no])