From 1c05751ebdd46690db8e0be5a285ce09146089ad Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Thu, 2 Sep 2004 20:03:41 +0000 Subject: Minor fix in configure (Tomasz Kloczko, Jan Kara) --- Changelog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3