summaryrefslogtreecommitdiff
path: root/modules/wctomb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wctomb')
-rw-r--r--modules/wctomb4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/wctomb b/modules/wctomb
index 5077005487..00d59bf208 100644
--- a/modules/wctomb
+++ b/modules/wctomb
@@ -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: