fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / wcsspn
index 035398d9bcf363e6d4afc97bda782c325df97742..abaf5d4dd725ffd86eee2bef119310bec9a011f6 100644 (file)
@@ -18,6 +18,9 @@ wcschr          [test $HAVE_WCSSPN = 0]
 
 configure.ac:
 gl_FUNC_WCSSPN
+if test $HAVE_WCSSPN = 0; then
+  AC_LIBOBJ([wcsspn])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcsspn])
 
 Makefile.am: