summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdebase/kdebase-3.5.12-config.patch
blob: 922315b6ea7395316da9cb2323df699b98ffcf73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- admin/configure.in.min.orig	2011-07-13 14:02:37.735906184 +0100
+++ admin/configure.in.min	2011-07-13 14:03:14.916906166 +0100
@@ -44,6 +44,9 @@
 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
 
 dnl Checks for programs.
+AC_PROG_CC
+AC_PROG_CXX
+
 AC_CHECK_COMPILERS
 AC_ENABLE_SHARED(yes)
 AC_ENABLE_STATIC(no)