From cf31ec3e0bea593f076e9a39dc59d1eed17300b7 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 13:56:26 +0200 Subject: Don't check for the C++ compiler, as there are no C++ source files. Older versions of libtool (pre-2.2) made this change unimportant as C++ and Fortran compilers were always checked for. Newer libtool versions solve this problem, so it makes configure faster not to check for it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb475e0..0d00b25 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,6 @@ fi AC_PROG_CC AC_PROG_CC_C99 dnl This enable gnu99 if present AC_USE_SYSTEM_EXTENSIONS -AC_PROG_CXX AC_PROG_MAKE_SET AC_PROG_LIBTOOL -- cgit