From be49c6ecde71c82859a2aebec99b6456964a4089 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 28 Oct 2006 11:07:20 +0000 Subject: [PATCH] Another fix for the pch bug test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2