From kde-commits Sun Mar 20 14:00:01 2005 From: Dirk Mueller Date: Sun, 20 Mar 2005 14:00:01 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050320140001.984F316F7D () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111132747827965 CVS commit by mueller: fix icc support M +1 -1 acinclude.m4.in 2.503 --- kde-common/admin/acinclude.m4.in #2.502:2.503 @@ -3105,6 +3105,6 @@ rm -f conftest.h conftest.h.gch fi - AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") fi + AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") if test "$CXX" = "KCC"; then dnl unfortunately we currently cannot disable exception support in KCC