no c++ in the core
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 6 Aug 2002 21:52:35 +0000 (21:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 6 Aug 2002 21:52:35 +0000 (21:52 +0000)
Original commit message from CVS:
no c++ in the core

configure.ac

index 1fb3630..50ca874 100644 (file)
@@ -20,8 +20,6 @@ AC_PROG_CC
 AM_PROG_CC_STDC
 AM_PROG_AS
 AS="${CC}"
-AC_PROG_CXX
-AC_PROG_CXXCPP
 AC_ISC_POSIX
 
 dnl We disable static building for development, for time savings