s3-privs Remove unused function
[ira/wip.git] / source3 / configure.developer
index 5b7785101c8b1b31ebe12e0bc638e271ee56850a..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"