# HG changeset patch # User Matti Hamalainen # Date 1104009301 0 # Node ID e161aa3ba0c33845d4b99f54866772b7c17eddc8 # Parent 1a918a41e96272f4ee3b3f6002d843a66fb20f30 Fix order of CC/CXX macro calling, add check for CXXCPP diff -r 1a918a41e962 -r e161aa3ba0c3 configure.in --- 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