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