From fdd76523b93bf4f07930490d9ec8d87f850bb8bb Mon Sep 17 00:00:00 2001 From: michuz Date: Sat, 23 Dec 2000 00:48:43 +0000 Subject: [PATCH] - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: emacs.spec -> 1.16 --- emacs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 3bdcb28..253b398 100644 --- a/emacs.spec +++ b/emacs.spec @@ -198,7 +198,7 @@ System; install emacs if you will be using X. libtoolize --force --copy autoconf -CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" +CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" export CFLAGS # Build binary with X support -- 2.44.0