From 34b8f0b33d88722e09f6e76c6ab61689d40f3229 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Jul 2001 12:28:01 +0000 Subject: Allow user to specify CFLAGS even when using configure.developer Andrew Bartlett (This used to be commit 8452300c769b2b046fc4b2fd078e7da0b93cd316) --- source3/configure.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.developer b/source3/configure.developer index c3856889ea..fbd7c99533 100755 --- a/source3/configure.developer +++ b/source3/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 $* -- cgit