]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- fix bcond syntax
authorMichal Moskal <michal@moskal.me>
Wed, 13 Aug 2003 18:28:09 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon.spec -> 1.177

galeon.spec

index 5da645d71c805197c83bcd9b20a5dbe063d848e2..93568db6012ca9ba8bf25c9d97483dbeb3aa04bd 100644 (file)
@@ -53,7 +53,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # can be provided by mozilla or mozilla-embedded
 %define                _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
 
-%if%{?_with_gcc2:1}%{!?_with_gcc2:0}
+%if %{?_with_gcc2:1}%{!?_with_gcc2:0}
 %define         __cc            gcc2
 %define         __cxx           gcc2
 %endif
This page took 0.081887 seconds and 4 git commands to generate.