wctomb: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / wctomb
index 5077005487b88380c04723f304048170e97b2e38..00d59bf2086adac8db2b0310bec5da8dc9eea045 100644 (file)
@@ -13,6 +13,10 @@ wchar           [test $REPLACE_WCTOMB = 1]
 
 configure.ac:
 gl_FUNC_WCTOMB
+if test $REPLACE_WCTOMB = 1; then
+  AC_LIBOBJ([wctomb])
+  gl_PREREQ_WCTOMB
+fi
 gl_STDLIB_MODULE_INDICATOR([wctomb])
 
 Makefile.am: