summaryrefslogtreecommitdiff
path: root/modules/wmemcmp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wmemcmp')
-rw-r--r--modules/wmemcmp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/wmemcmp b/modules/wmemcmp
index 219f3c3754..c0e19a5184 100644
--- a/modules/wmemcmp
+++ b/modules/wmemcmp
@@ -11,7 +11,8 @@ wchar
configure.ac:
gl_FUNC_WMEMCMP
-gl_CONDITIONAL([GL_COND_OBJ_WMEMCMP], [test $HAVE_WMEMCMP = 0])
+gl_CONDITIONAL([GL_COND_OBJ_WMEMCMP],
+ [test $HAVE_WMEMCMP = 0 || test $REPLACE_WMEMCMP = 1])
gl_WCHAR_MODULE_INDICATOR([wmemcmp])
Makefile.am: