summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-09-02 20:03:41 +0000
committerjkar8572 <jkar8572>2004-09-02 20:03:41 +0000
commit1c05751ebdd46690db8e0be5a285ce09146089ad (patch)
treee1129c09c4712fb7a256566294663101d0d8a19d
parentec1eeda9541733f032f8bec6ce7524c3f3cbf44b (diff)
Minor fix in configure (Tomasz Kloczko, Jan Kara)
-rw-r--r--Changelog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 7eb3c3f..786cfd8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.12 to 3.13
+* changed configure to detect whether nls is needed (Tomasz Kloczko, Jan Kara)
* added JFS into a set of supported filesystems (David Kleikamp)
* added French translation (Jerome Schnell)
* fixed quota tools to set of grace time only after exceeding soft limit, not
diff --git a/configure.in b/configure.in
index 5c750d1..6177da2 100644
--- a/configure.in
+++ b/configure.in
@@ -66,7 +66,7 @@ if test "x$enable_ext2direct" != "xno"; then
fi
AC_SUBST(EXT2LIBS)
-AC_CHECK_LIB(nsl, main)
+AC_SEARCH_LIBS(gethostbyname, nsl)
AC_CACHE_VAL(ac_cv_lib_wrap_main,
saved_LIBS="$LIBS"
LIBS="$LIBS -lwrap"