Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
[samba.git] / source3 / configure.developer
index e7c8831f62c5930b1ce7c2fec4ea01ae34b13274..c3856889ea1458e86bd7e091fa843086fe7ba920 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-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 -DDEVELOPER"
 export CFLAGS
-./configure $*
+`dirname $0`/configure $*