]> git.pld-linux.org Git - packages/arts.git/blame - arts-ac.patch
- rel 12; fix build
[packages/arts.git] / arts-ac.patch
CommitLineData
0a44bea3
AM
1--- kdelibs-3.5.10/admin/configure.in.min~ 2008-08-19 22:28:39.000000000 +0200
2+++ kdelibs-3.5.10/admin/configure.in.min 2009-08-17 19:13:01.823156420 +0200
3@@ -44,6 +44,9 @@
4 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
5
6 dnl Checks for programs.
7+AC_PROG_CC
8+AC_PROG_CXX
9+
10 AC_CHECK_COMPILERS
11 AC_ENABLE_SHARED(yes)
12 AC_ENABLE_STATIC(no)
13--- kdelibs-3.5.10/configure.in.in~ 2006-05-22 20:14:23.000000000 +0200
14+++ kdelibs-3.5.10/configure.in.in 2009-08-17 19:16:04.549804009 +0200
15@@ -25,6 +25,9 @@
16 AM_CONFIG_HEADER(config.h) dnl at the distribution this done
17
18 dnl Checks for programs.
19+AC_PROG_CC
20+AC_PROG_CXX
21+
22 AC_CHECK_COMPILERS
23 AC_LIBLTDL_CONVENIENCE
24
This page took 0.078104 seconds and 4 git commands to generate.