python/samba/getopt: don't prompt for a password for --use-krb5-ccache=...
[samba.git] / configure
index 237d2306f79a85127f7b4cfd90410c3409de7c03..ef80911d944ccde7a262c78f1c9d400d36edccdc 100755 (executable)
--- a/configure
+++ b/configure
@@ -12,6 +12,10 @@ export JOBS
 # Make sure we don't have any library preloaded.
 unset LD_PRELOAD
 
+# Make sure we get stable hashes
+PYTHONHASHSEED=1
+export PYTHONHASHSEED
+
 cd . || exit 1
 $PYTHON $WAF configure "$@" || exit 1
 cd $PREVPATH