You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/mandriva/2010.2/common-patches/kdebase-3.5.12-config.patch

13 lines
331 B

--- 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)