summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 13:56:26 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 13:56:26 +0200
commitcf31ec3e0bea593f076e9a39dc59d1eed17300b7 (patch)
tree78b86b8bd8919bccd57a7e814687697dd16b6189
parent247d9c0b5c2315bc5fb9826fbcd168ad3bda63de (diff)
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.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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