From: misi3k Date: Mon, 28 Apr 2003 09:56:42 +0000 (+0000) Subject: - added debug bcond X-Git-Tag: auto/ac/fvwm2-2_5_8-0_20031027_1~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffvwm2.git;a=commitdiff_plain;h=c25447f6e24eed2d785233efff5af3534349cacb;hp=0dd3967a974ad52fbd59f5d9095e2a86ee0adc45 - added debug bcond Changed files: fvwm2.spec -> 1.40 --- diff --git a/fvwm2.spec b/fvwm2.spec index 9a3747c..8516729 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -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} \