aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-19 01:36:01 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-19 01:36:01 +0000
commite3753d3d581cdd5f82adef8c3527a3bb8c271c3f (patch)
tree343eab7a50414c3d07b40d530b449627f9ecee0e /acinclude.m4
parent3118e2a0c231dad93f76aeff7228b86ea7b3d182 (diff)
The GNU ADNS library requires whatever libraries are needed for socket
calls. svn path=/trunk/; revision=9352
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)