From: Schanzenbach, Martin Date: Mon, 12 Nov 2018 14:49:30 +0000 (+0100) Subject: BUILD: remove ERROR from warning line X-Git-Tag: v0.11.0~238^2~14^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6565c8e41815288e9c51b7f026bfda67683577b3;p=oweals%2Fgnunet.git BUILD: remove ERROR from warning line --- 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]) if test x$nss = xfalse then AM_CONDITIONAL(HAVE_GLIBCNSS, false) - AC_MSG_WARN([ERROR: No GNU libc nss header, will not build NSS plugin]) + AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin]) else AM_CONDITIONAL(HAVE_GLIBCNSS, true) fi