changeset 303:e161aa3ba0c3

Fix order of CC/CXX macro calling, add check for CXXCPP
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 21:15:01 +0000
parents 1a918a41e962
children 512e3ef3fc63
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Dec 25 21:10:00 2004 +0000
+++ b/configure.in	Sat Dec 25 21:15:01 2004 +0000
@@ -39,9 +39,10 @@
 dnl ***
 dnl *** Checks for programs
 dnl ***
-AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_CPP
+AC_PROG_CXX
+AC_PROG_CXXCPP
 AC_PROG_INSTALL