From 5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Oct 2004 07:33:03 +0000 Subject: [PATCH] Dan Fandrich fix for hosts that need both -lnsl and -lsocket --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3bd5f6c6d..0cd2a79dc 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])