Fix remove_duplicate_addrs2 to do exactly what it says. Previously it could leave...
[samba.git] / source3 / configure.developer
index 07ce9fcf12aef4f1fef98d9b0a4efd74cad84eb7..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
-CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
-export CFLAGS
-./configure $*
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"