From 36110508c0e1ca46a4674ebf1937beeeafb5daa0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 3 Sep 2016 23:02:49 +0200 Subject: [PATCH] minor configure tweaks --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.39.2