diff options
Diffstat (limited to 'redhat/applications/office/koffice/koffice.spec')
-rw-r--r-- | redhat/applications/office/koffice/koffice.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/office/koffice/koffice.spec b/redhat/applications/office/koffice/koffice.spec index 9ec132b50..ee072fad4 100644 --- a/redhat/applications/office/koffice/koffice.spec +++ b/redhat/applications/office/koffice/koffice.spec @@ -1189,7 +1189,7 @@ CXXFLAGS="${CXXFLAGS} -std=c++11" %{?with_kross:--enable-scripting} %{!?with_kross:--disable-scripting} \ %{?with_postgresql:--enable-pgsql} %{!?with_postgresql:--disable-pgsql} \ -%if %{?with_postgresql} +%if "%{?with_postgresql}" != "" # Ensure PQXX was detected |