From 6565c8e41815288e9c51b7f026bfda67683577b3 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Mon, 12 Nov 2018 15:49:30 +0100 Subject: BUILD: remove ERROR from warning line --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3