]> git.armaanb.net Git - opendoas.git/blobdiff - configure
minor configure tweaks
[opendoas.git] / configure
index e33a14c9e274930947d79c4f357a41ed9b04eca7..c5a4c397450539fe98c041b2db37f12434ea2f0e 100755 (executable)
--- a/configure
+++ b/configure
@@ -48,8 +48,8 @@ for x; do
        --target) TARGET=$var ;;
        --enable-debug) DEBUG=yes ;;
        --enable-static) BUILD_STATIC=yes ;;
-       --with-pam) WITHOUT_PAM= ;;
-       --with-shadow) WITHOUT_SHADOW= ;;
+       --with-pam) WITHOUT_PAM=; WITHOUT_SHADOW=yes ;;
+       --with-shadow) WITHOUT_SHADOW=; WITHOUT_PAM=yes ;;
        --without-pam) WITHOUT_PAM=yes ;;
        --without-shadow) WITHOUT_SHADOW=yes ;;
        --help|-h) usage ;;