summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2011-04-18 14:48:47 +0200
committerGünther Deschner <gd@samba.org>2011-04-18 15:26:44 +0200
commitd09f02909f6adae1d68264bd3790c77fcee5e80d (patch)
tree5d8abecee01a3445e97059bd5664dc64d4cfbd86 /source3/configure.in
parent83a0b94cf8c3a1a96d6060c21f0c93dfb67640d8 (diff)
downloadsamba-d09f02909f6adae1d68264bd3790c77fcee5e80d.tar.gz
samba-d09f02909f6adae1d68264bd3790c77fcee5e80d.tar.bz2
samba-d09f02909f6adae1d68264bd3790c77fcee5e80d.zip
s3 autobuild: Fix CFLAG check for netgrent tests
In 45ac8ffd I accidently added the wrong flag check. Fix this. Thanks to gd for noticing. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 086e0442a0..c9518280c7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6687,7 +6687,7 @@ AC_SUBST(FLAGS1)
###################################################
# Check for different/missing (set|get|end)netgrent prototypes
CFLAGS_SAVE=$CFLAGS
-if test x"$samba_cv_HAVE_Wdeclaration_after_statement" = x"yes"; then
+if test x"$samba_cv_HAVE_Werror_implicit_function_declaration" = x"yes"; then
CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
fi
AC_CACHE_CHECK([for setnetgrent prototype],samba_cv_setnetgrent_prototype, [