summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-06 07:33:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-06 07:33:03 +0000
commit5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0 (patch)
tree600e516dd2a164e696ac7c14c7d6519dbd0529f9
parent6c5ea2af27e57268b5be3fce5b9d1164c67d0cce (diff)
downloadgnurl-5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0.tar.gz
gnurl-5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0.tar.bz2
gnurl-5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0.zip
Dan Fandrich fix for hosts that need both -lnsl and -lsocket
-rw-r--r--configure.ac2
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])