From: Andrew Bartlett Date: Thu, 5 Jul 2001 12:28:01 +0000 (+0000) Subject: Allow user to specify CFLAGS even when using configure.developer X-Git-Tag: samba-2.2.5pre1~1779^2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8452300c769b2b046fc4b2fd078e7da0b93cd316;p=thirdparty%2Fsamba.git Allow user to specify CFLAGS even when using configure.developer Andrew Bartlett --- diff --git a/source/configure.developer b/source/configure.developer index c3856889ea1..fbd7c99533f 100755 --- a/source/configure.developer +++ b/source/configure.developer @@ -1,4 +1,4 @@ #!/bin/sh -CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER" +CFLAGS="$CFLAGS -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER" export CFLAGS `dirname $0`/configure $*