diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.developer b/source3/configure.developer index 487f39c5ab..5b7785101c 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD" +CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS ./configure |