]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Fix m4 quoting
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Oct 2005 15:57:05 +0000 (15:57 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Oct 2005 15:57:05 +0000 (15:57 +0000)
for lt_simple_link_test_code.
Reported by Nicolas Joly <njoly@pasteur.fr>.

ChangeLog
libltdl/m4/libtool.m4

index 1bfd3f73ffeff0fe2307e343b39efc367477a948..7fbea79fddffa155f20fe68060f929c813a824e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Fix m4 quoting
+       for lt_simple_link_test_code.
+       Reported by Nicolas Joly <njoly@pasteur.fr>.
+
 2005-10-05  Gary V. Vaughan  <gary@gnu.org>
 
        * tests/subproject.at: New tests for libltdl as a subproject with
index 41766e048c3e3c39679931b4ffb6d3be95857e52..86d720cbdc86ca7748375596e30cce39633c2766 100644 (file)
@@ -4954,7 +4954,7 @@ if test "$_lt_caught_CXX_error" != yes; then
   lt_simple_compile_test_code="int some_variable = 0;\n"
 
   # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
+  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
 
   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
   _LT_TAG_COMPILER