summaryrefslogtreecommitdiff
path: root/source3/configure.developer
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-xsource3/configure.developer3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.developer b/source3/configure.developer
index 6cc442b1ac..e7c8831f62 100755
--- a/source3/configure.developer
+++ b/source3/configure.developer
@@ -1,3 +1,4 @@
#!/bin/sh
-export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
+CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
+export CFLAGS
./configure $*