projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b930e
)
BUILD: remove ERROR from warning line
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Mon, 12 Nov 2018 14:49:30 +0000
(15:49 +0100)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Mon, 12 Nov 2018 14:49:30 +0000
(15:49 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e37df28dd1e6496ecfbcd0c80550a390add63e7c..3310168e0a0fd0285dfb3199d3dc34a06a98a7c5 100644
(file)
--- 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