aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-19 01:36:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-19 01:36:01 +0000
commit2796fb486c18e1221a545ab809b498277c27a7fb (patch)
tree343eab7a50414c3d07b40d530b449627f9ecee0e /acinclude.m4
parent2ae891fe89f1c090cb06acc0d926a7486155c53e (diff)
The GNU ADNS library requires whatever libraries are needed for socket
calls. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9352 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a4d7ce3754..a3f1171675 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2,7 +2,7 @@ dnl Macros that test for specific features.
dnl This file is part of the Autoconf packaging for Ethereal.
dnl Copyright (C) 1998-2000 by Gerald Combs.
dnl
-dnl $Id: acinclude.m4,v 1.66 2003/12/18 02:46:45 guy Exp $
+dnl $Id: acinclude.m4,v 1.67 2003/12/19 01:36:01 guy Exp $
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -823,7 +823,7 @@ changequote([, ])dnl
ADNS_LIBS=-ladns
AC_DEFINE(HAVE_GNU_ADNS, 1, [Define to use GNU ADNS library])
have_good_adns=yes
- ],,
+ ],, $SOCKET_LIBS $NSL_LIBS
)
else
AC_MSG_RESULT(not required)