diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 07:33:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 07:33:03 +0000 |
commit | 5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0 (patch) | |
tree | 600e516dd2a164e696ac7c14c7d6519dbd0529f9 | |
parent | 6c5ea2af27e57268b5be3fce5b9d1164c67d0cce (diff) |
Dan Fandrich fix for hosts that need both -lnsl and -lsocket
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |