]> git.pld-linux.org Git - packages/fvwm2.git/commitdiff
- added debug bcond
authormisi3k <misi3k@pld-linux.org>
Mon, 28 Apr 2003 09:56:42 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fvwm2.spec -> 1.40

fvwm2.spec

index 9a3747c39a99cf84409d4cb000796848cb1a9d89..85167290b08695985bc1d16acf8419f57d97b1db 100644 (file)
@@ -2,6 +2,7 @@
 # TODO: more updates in system.fvwm2rc (see warnings on run)
 #
 # Conditional build:
+# _with_debug          - without debug support
 # _with_fribidi                - with bidirectional text support
 # _with_gnome          - with gnome-libs
 # _with_rplay          - with internal sound support (through rplay)
@@ -134,7 +135,7 @@ rm -f missing
 %configure \
        --disable-dmalloc \
        --disable-efence \
-       --disable-debug-msgs \
+       %{!?_with_debug:--disable-debug-msgs} \
        --disable-command-log \
        %{!?_with_fribidi:--disable-bidi} \
        %{?_without_xft:--disable-xft} \
This page took 0.031303 seconds and 4 git commands to generate.