summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-07-05 12:28:01 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-07-05 12:28:01 +0000
commit8452300c769b2b046fc4b2fd078e7da0b93cd316 (patch)
tree0eddc5de056ac90c58fd97ec3c967ce757c0acf4 /source/configure.developer
parent6503f53abe2642b002d8c9c64a2e0534c2b39b8c (diff)
downloadsamba-8452300c769b2b046fc4b2fd078e7da0b93cd316.tar.gz
samba-8452300c769b2b046fc4b2fd078e7da0b93cd316.tar.xz
samba-8452300c769b2b046fc4b2fd078e7da0b93cd316.zip
Allow user to specify CFLAGS even when using configure.developer
Andrew Bartlett
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-xsource/configure.developer2
1 files changed, 1 insertions, 1 deletions
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 $*