From: Michael Wetherell Date: Sat, 28 Oct 2006 11:07:20 +0000 (+0000) Subject: Another fix for the pch bug test. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/be49c6ecde71c82859a2aebec99b6456964a4089 Another fix for the pch bug test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 40829efb68..7c6f7141ca 100755 --- 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 diff --git a/configure.in b/configure.in index 53af4d850a..3898efa2b7 100644 --- a/configure.in +++ b/configure.in @@ -7624,7 +7624,7 @@ then echo '#include "conftest.h" int main() { - printf("%ls\n", test_var); + printf("%ls", test_var); return 0; }' > conftest.cpp