summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_path.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-28 14:37:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:10 -0500
commit726681d158704f941b71fe4787ac9f1a610328c5 (patch)
treedcabe2451fa3df56c3f9c34e321d7baaf33262d7 /source4/build/m4/check_path.m4
parent7c948bb2a358620df1efe8ee55ff434fcb081280 (diff)
downloadsamba-726681d158704f941b71fe4787ac9f1a610328c5.tar.gz
samba-726681d158704f941b71fe4787ac9f1a610328c5.tar.bz2
samba-726681d158704f941b71fe4787ac9f1a610328c5.zip
r8832: Automatically rebuilding C files if headers change (in developer mode)
(This used to be commit bb02e1dccb058e31cf33aaac954708276090a9ec)
Diffstat (limited to 'source4/build/m4/check_path.m4')
-rw-r--r--source4/build/m4/check_path.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index 55f04dee9a..d96e2e8130 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -146,6 +146,7 @@ AC_ARG_WITH(selftest-prefix,
esac])
developer=no
+AC_SUBST(developer)
AC_ARG_ENABLE(developer, [ --enable-developer Turn on developer warnings and debugging (default=no)],
[if test x$enable_developer = xyes; then
debug=yes