wcspbrk: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / wcspbrk
index b7aefa47c4cba1100cf8cddb37f2068d5490bb32..f729486e972a2b680fd90fdfd1890e9ef96f591a 100644 (file)
@@ -18,6 +18,9 @@ wcschr          [test $HAVE_WCSPBRK = 0]
 
 configure.ac:
 gl_FUNC_WCSPBRK
+if test $HAVE_WCSPBRK = 0; then
+  AC_LIBOBJ([wcspbrk])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcspbrk])
 
 Makefile.am: