summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2002-05-26 21:09:33 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2002-05-26 21:09:33 +0000
commit206152591c0b0360f59491c41c03c9b3dc0e46b3 (patch)
tree5267c41c19e48ae049e858b7e0ab08708041a611 /aclocal.m4
parent608fdf0d3ac85a3e26dfbe0ff346e19e55cfa8fd (diff)
Build with hesiod.
Hack server s.t. it reads server.list regardless of whether it's built with hesiod.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 96fcd43..573e397 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -274,7 +274,7 @@ if test "$hesiod" != yes; then
LDFLAGS="$LDFLAGS -L$hesiod/lib"
fi
AC_CHECK_LIB(hesiod, hes_resolve, :,
- [AC_MSG_ERROR(Hesiod library not found)])])
+ [AC_MSG_ERROR(Hesiod library not found)],$LIBS)])
AC_DEFUN(ATHENA_HESIOD,
[AC_ARG_WITH(hesiod,