summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-03-05 22:33:32 +0000
committerLuke Leighton <lkcl@samba.org>1999-03-05 22:33:32 +0000
commit4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b (patch)
treea9896970ce79c26f4faca8b48dd2dce15291923f /source/configure.developer
parenteb63fbdb68f1189593e68272e05d7ebf76652c4c (diff)
downloadsamba-4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b.tar.gz
samba-4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b.tar.xz
samba-4e89fbb7d9c2c8e776ab0a819cbf1a1294f07c1b.zip
oops, put -DDEBUG_PASSWORD in wrong place.
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 e1fee89d46e..487f39c5abe 100755
--- a/source/configure.developer
+++ b/source/configure.developer
@@ -1,3 +1,3 @@
#!/bin/sh
-export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" -DDEBUG_PASSWORD
+export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
./configure