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:
2
configure
vendored
2
configure
vendored
@@ -47215,7 +47215,7 @@ else
|
||||
echo '#include "conftest.h"
|
||||
int main()
|
||||
{
|
||||
printf("%ls\n", test_var);
|
||||
printf("%ls", test_var);
|
||||
return 0;
|
||||
}' > conftest.cpp
|
||||
|
||||
|
@@ -7624,7 +7624,7 @@ then
|
||||
echo '#include "conftest.h"
|
||||
int main()
|
||||
{
|
||||
printf("%ls\n", test_var);
|
||||
printf("%ls", test_var);
|
||||
return 0;
|
||||
}' > conftest.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user