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.
13 lines
331 B
13 lines
331 B
13 years ago
|
--- 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)
|