]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- fixed pch condition for AC
authorpascalek <pascalek@pld-linux.org>
Sat, 7 Oct 2006 09:16:20 +0000 (09:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.107

qt4.spec

index caf833cfa0e37ae5e9358f773e1844813a80d687..93d2bb62e1f151d3cd6c78fb1f96baeeb4db1186 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -31,6 +31,7 @@
 
 %define                _withsql        1
 %{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
+%{?with_AC:%undefine with_pch}
 
 Summary:       The Qt GUI application framework
 Summary(es):   Biblioteca para ejecutar aplicaciones GUI Qt
@@ -990,7 +991,7 @@ COMMONOPT=" \
        -demosdir %{_examplesdir}/qt4-demos \
        -fast \
        -glib \
-       -%{!?with_AC:%{!?with_pch:no-}}pch \
+       -%{!?with_pch:no-}pch \
        -%{!?with_sse:no-}sse \
        -qdbus \
        -qt-gif \
This page took 0.08902 seconds and 4 git commands to generate.