[Easysoap-checkins] CVS: easysoap configure.in,1.37,1.38
Status: Beta
Brought to you by:
dcrowley
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968 Modified Files: configure.in Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: configure.in =================================================================== RCS file: /cvsroot/easysoap/easysoap/configure.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- configure.in 12 Oct 2004 01:51:42 -0000 1.37 +++ configure.in 24 Sep 2005 07:24:24 -0000 1.38 @@ -12,6 +12,7 @@ dnl dnl Include other macros we need... sinclude(conftools/ac_cxx_namespaces.m4) +sinclude(conftools/ac_cxx_typename.m4) sinclude(conftools/ac_cxx_template_keyword_qualifier.m4) sinclude(conftools/ac_cxx_partial_specialization.m4) sinclude(conftools/peti_with_dmalloc.m4) @@ -33,6 +34,7 @@ AC_CXX_NAMESPACES AC_CXX_TEMPLATE_KEYWORD_QUALIFIER AC_CXX_PARTIAL_SPECIALIZATION +AC_CXX_TYPENAME dnl Checks for libraries. AC_CHECK_LIB(gcc, main) |