summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-20 06:52:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:12 -0500
commit5a5f9c8aa792a586350ec8c9f2754679eb857b8a (patch)
tree90322e67620010af6db335c69871822b2b85535b /source4/configure.in
parent8d6e233f66616c97fcce935253e56cdd6117242e (diff)
downloadsamba-5a5f9c8aa792a586350ec8c9f2754679eb857b8a.tar.gz
samba-5a5f9c8aa792a586350ec8c9f2754679eb857b8a.tar.bz2
samba-5a5f9c8aa792a586350ec8c9f2754679eb857b8a.zip
r1943: don't use the with --enable-*developer selected flags for
the configure tests. and test if the compiler really understand the options, and clear them when not this means we can maybe use --enable-developer on the build farm now metze (This used to be commit 35624842c7b25c404e6203564005e3098e4249b4)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in
index f6bb836df5..00e7662f03 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -62,6 +62,10 @@ if test "${ac_cv_prog_CC}" = "insure"; then
fi
#################################################
+# add DEVELOPER_CFLAGS only for the real build
+CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}"
+
+#################################################
# final configure stuff
AC_MSG_CHECKING([configure summary])