]> git.armaanb.net Git - opendoas.git/commitdiff
minor configure tweaks
authorDuncaen <mail@duncano.de>
Sat, 3 Sep 2016 21:02:49 +0000 (23:02 +0200)
committerDuncaen <mail@duncano.de>
Tue, 6 Sep 2016 00:57:10 +0000 (02:57 +0200)
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 ;;