summaryrefslogtreecommitdiff
path: root/source3/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
commit34b8f0b33d88722e09f6e76c6ab61689d40f3229 (patch)
tree4f47ce185b6ffd67754194f833d2ff3716b7827e /source3/configure.developer
parentca3b64fca4ffaec307fe8f37ffe27aded4fde0b1 (diff)
downloadsamba-34b8f0b33d88722e09f6e76c6ab61689d40f3229.tar.gz
samba-34b8f0b33d88722e09f6e76c6ab61689d40f3229.tar.bz2
samba-34b8f0b33d88722e09f6e76c6ab61689d40f3229.zip
Allow user to specify CFLAGS even when using configure.developer
Andrew Bartlett (This used to be commit 8452300c769b2b046fc4b2fd078e7da0b93cd316)
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-xsource3/configure.developer2
1 files changed, 1 insertions, 1 deletions
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 $*