Fix a bunch of compiler warnings about wrong format types.
[jra/samba/.git] / source3 / configure.developer
index 91fc5021d98ef42301b430d5c616b2967ec2dac4..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align"
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"