X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=blobdiff_plain;f=configure;h=c5a4c397450539fe98c041b2db37f12434ea2f0e;hp=e33a14c9e274930947d79c4f357a41ed9b04eca7;hb=36110508c0e1ca46a4674ebf1937beeeafb5daa0;hpb=b3a6a29fd0df8d1db25bec755893935065a18472 diff --git a/configure b/configure index e33a14c..c5a4c39 100755 --- 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 ;;