]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- corrected parameters with/without bconds
authorKarol Krenski <charles@pld-linux.org>
Sat, 24 Sep 2005 10:11:55 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.100

sudo.spec

index 089e7b0e05b372f4db055993afcb9f050009a302..9f406833b102a3207d5af4e1b123293cb3005f34 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -141,9 +141,9 @@ export ac_cv_func_utimes=no
        --with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \
        --with-loglen=320 \
        --disable-saved-ids \
-       --with%{?with_heimdal:out}-kerb5 \
-       --with%{?with_ldap:out}-ldap \
-       --with%{?with_skey:out}-skey \
+       --with%{!?with_heimdal:out}-kerb5 \
+       --with%{!?with_ldap:out}-ldap \
+       --with%{!?with_skey:out}-skey \
        --with-long-otp-prompt
 
 %{__make}
This page took 0.163536 seconds and 4 git commands to generate.