]> git.pld-linux.org Git - packages/xemacs.git/commitdiff
more conditional fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 May 2001 08:16:13 +0000 (08:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xemacs.spec -> 1.79

xemacs.spec

index f5aeecfe18e1905c86fb06f651e091f5b5adc27b..7466a598cf39d03a97476a3e95b0410f5f2f6a65 100644 (file)
@@ -1,5 +1,5 @@
-# with_postgresql      - postgresql support
-# with_gtk             - gtk enabled version
+# _with_postgresql     - postgresql support
+# _with_gtk            - gtk enabled version
 %define                ver             21.4
 %define                basepkgver      1.53
 Summary:       The XEmacs -- Emacs: The Next Generation
@@ -177,7 +177,7 @@ autoconf
        --package_path="~/.xemacs::%{_datadir}/%{name}-packages" \
        --with-mule \
        --with-site-lisp \
-       --with%{?!with_postgresql:out}-postgresql \
+       --with%{?!_with_postgresql:out}-postgresql \
        --without-sound \
        --with-jpeg \
        --with-png \
This page took 0.030307 seconds and 4 git commands to generate.