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