roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / wcscpy
index 89e30c17a59252c40ee3c537e5e14c1527eafe0f..e96c9e42db0013a029efa6d42162d3c35a5424b5 100644 (file)
@@ -17,6 +17,9 @@ wchar
 
 configure.ac:
 gl_FUNC_WCSCPY
+if test $HAVE_WCSCPY = 0; then
+  AC_LIBOBJ([wcscpy])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcscpy])
 
 Makefile.am: