aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-12 15:49:30 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-12 15:49:30 +0100
commit6565c8e41815288e9c51b7f026bfda67683577b3 (patch)
tree1b546aadc1a3698f2f0a2ff57abb292120f83db3 /configure.ac
parentf8b930e0574cd205cc91c22df400fe95047a7dc8 (diff)
downloadgnunet-6565c8e41815288e9c51b7f026bfda67683577b3.tar.gz
gnunet-6565c8e41815288e9c51b7f026bfda67683577b3.zip
BUILD: remove ERROR from warning line
Diffstat (limited to 'configure.ac')
-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