From bdec66f0eda2bcc791d1974c7ed82e58a863290a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 24 Aug 2004 12:01:24 +0000 Subject: r2010: trigger the config.smb_build.dump output by --enable-*developer not --enable-debug metze (This used to be commit ffbfc410336cdf44459de5b387dd1a03b122535e) --- source4/build/smb_build/core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/build/smb_build/core.m4 b/source4/build/smb_build/core.m4 index be22c7422f..0249c7e2d9 100644 --- a/source4/build/smb_build/core.m4 +++ b/source4/build/smb_build/core.m4 @@ -83,7 +83,7 @@ smb_build_main(\$SMB_BUILD_CTX); _SMB_ACEOF -if test x"$debug" = x"yes";then +if test x"$developer" = x"yes";then echo "#line 1 \"build/smb_build/dump.pl\"" >> config.smb_build.pl cat >> config.smb_build.pl < build/smb_build/dump.pl fi -- cgit