From: Peter Ekberg Date: Wed, 10 Aug 2005 06:26:05 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Set ac_ext to cpp, X-Git-Tag: release-1-5-20~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409a7cd51d2904bbac90913589af7f9e7187e5ce;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Set ac_ext to cpp, not cc. --- diff --git a/ChangeLog b/ChangeLog index cf998e3e8..5a4d12168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-10 Peter Ekberg + + * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Set ac_ext to cpp, + not cc. + 2005-08-08 Ralf Wildenhues * AUTHORS: Updated. diff --git a/libtool.m4 b/libtool.m4 index 97b48fdcf..7fd1c0c2f 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2693,7 +2693,7 @@ _LT_AC_TAGVAR(postdeps, $1)= _LT_AC_TAGVAR(compiler_lib_search_path, $1)= # Source file extension for C++ test sources. -ac_ext=cc +ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o