Another fix for the pch bug test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-10-28 11:07:20 +00:00
parent 62f4313b72
commit be49c6ecde
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -47215,7 +47215,7 @@ else
echo '#include "conftest.h"
int main()
{
printf("%ls\n", test_var);
printf("%ls", test_var);
return 0;
}' > conftest.cpp

View 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