From ecd293325c05ab5c179403b023747baf3ee5ed37 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 21 Oct 2008 17:23:48 +0200 Subject: Correctly report when merged-build is used in developer mode. --- source3/m4/check_path.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/m4/check_path.m4') diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index 40a97d3674..9c99468084 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -303,6 +303,7 @@ AC_ARG_ENABLE(debug, debug=yes fi]) +AC_SUBST(developer) developer=no AC_ARG_ENABLE(developer, [AS_HELP_STRING([--enable-developer], [Turn on developer warnings and debugging (default=no)])], [if eval "test x$enable_developer = xyes"; then -- cgit