diff options
Diffstat (limited to 'source4/build/m4/check_path.m4')
-rw-r--r-- | source4/build/m4/check_path.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4 index 314a368cf2..5fec1c3f05 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -137,6 +137,8 @@ AC_ARG_ENABLE(developer, [ --enable-developer Turn on developer warnings a CFLAGS="${CFLAGS} -g -Wall" developer=yes DEVELOPER_CFLAGS="-Wshadow -Werror-implicit-function-declaration -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wdeclaration-after-statement -Wmissing-format-attribute -Wformat=2 -Wno-format-y2k -DDEBUG_PASSWORD -DDEVELOPER" + SMB_INFO_BUILD_ENV="$SMB_INFO_BUILD_ENV + \$SETTINGS{DEVELOPER} = \"YES\";" fi]) debug=no |