]> git.saurik.com Git - wxWidgets.git/commitdiff
Another fix for the pch bug test.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 28 Oct 2006 11:07:20 +0000 (11:07 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 28 Oct 2006 11:07:20 +0000 (11:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 40829efb68df7c6d684df6b6d3be22cc7a7c3738..7c6f7141cae441c9f4aa890f60e255642816dd61 100755 (executable)
--- a/configure
+++ b/configure
@@ -47215,7 +47215,7 @@ else
             echo '#include "conftest.h"
                   int main()
                   {
-                     printf("%ls\n", test_var);
+                     printf("%ls", test_var);
                      return 0;
                   }' > conftest.cpp
 
index 53af4d850aa162a1ae08fa3376c7194fc9dbad46..3898efa2b745e7000fb2244f67fdb227347d53a1 100644 (file)
@@ -7624,7 +7624,7 @@ then
             echo '#include "conftest.h"
                   int main()
                   {
-                     printf("%ls\n", test_var);
+                     printf("%ls", test_var);
                      return 0;
                   }' > conftest.cpp