install-reloc: Support multi-binary installation.
[gnulib.git] / modules / wcstok
index dc78e13..f7b1ed6 100644 (file)
@@ -13,6 +13,9 @@ wcspbrk         [test $HAVE_WCSTOK = 0]
 
 configure.ac:
 gl_FUNC_WCSTOK
+if test $HAVE_WCSTOK = 0; then
+  AC_LIBOBJ([wcstok])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcstok])
 
 Makefile.am: