gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: BUILD: remove ERROR from wa


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: BUILD: remove ERROR from warning line
Date: Mon, 12 Nov 2018 15:49:32 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6565c8e41 BUILD: remove ERROR from warning line
6565c8e41 is described below

commit 6565c8e41815288e9c51b7f026bfda67683577b3
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Nov 12 15:49:30 2018 +0100

    BUILD: remove ERROR from warning line
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]