]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- concise bcond usage
authorsaq <saq@pld-linux.org>
Sun, 21 Aug 2005 17:30:37 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt.spec -> 1.180

mutt.spec

index 4085ed18b9b989155a5f1131a4ed111060eab8e0..60f9cdb4f4fce6c818c276865fbdad6489256309 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -167,7 +167,7 @@ rm -f doc/{manual*.html,manual.txt}
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?debug:--disable-debug} %{?debug:--enable-debug} \
+       --%{?debug:en}%{!?debug:dis}able-debug \
        %{!?with_slang:--with-curses} \
        %{?with_slang:--with-slang} \
        --enable-compressed \
@@ -179,8 +179,8 @@ rm -f doc/{manual*.html,manual.txt}
        --enable-pop \
        %{?with_nntp:--enable-nntp} \
        --with-regex \
-       %{?with_sasl:--with-sasl} %{!?with_sasl:--without-sasl} \
-       %{?with_home_etc:--with-home-etc} %{!?with_home_etc:--without-home-etc} \
+       --with%{!?with_sasl:out}-sasl \
+       --with%{!?with_home_etc:out}-home-etc \
        %{?with_esmtp:--enable-libesmtp --with-libesmtp=/usr} \
        --with-ssl \
        --disable-warnings \
This page took 0.108284 seconds and 4 git commands to generate.