aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e37df28dd..3310168e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -681,7 +681,7 @@ AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false])
681if test x$nss = xfalse 681if test x$nss = xfalse
682then 682then
683 AM_CONDITIONAL(HAVE_GLIBCNSS, false) 683 AM_CONDITIONAL(HAVE_GLIBCNSS, false)
684 AC_MSG_WARN([ERROR: No GNU libc nss header, will not build NSS plugin]) 684 AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin])
685else 685else
686 AM_CONDITIONAL(HAVE_GLIBCNSS, true) 686 AM_CONDITIONAL(HAVE_GLIBCNSS, true)
687fi 687fi