summaryrefslogtreecommitdiff
path: root/modules/wcsncmp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wcsncmp')
-rw-r--r--modules/wcsncmp9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/wcsncmp b/modules/wcsncmp
index a09ab92bfd..e67861d359 100644
--- a/modules/wcsncmp
+++ b/modules/wcsncmp
@@ -1,12 +1,6 @@
Description:
wcsncmp() function: compare two wide strings.
-Status:
-obsolete
-
-Notice:
-This module is obsolete.
-
Files:
lib/wcsncmp.c
lib/wcsncmp-impl.h
@@ -17,7 +11,8 @@ wchar
configure.ac:
gl_FUNC_WCSNCMP
-gl_CONDITIONAL([GL_COND_OBJ_WCSNCMP], [test $HAVE_WCSNCMP = 0])
+gl_CONDITIONAL([GL_COND_OBJ_WCSNCMP],
+ [test $HAVE_WCSNCMP = 0 || test $REPLACE_WCSNCMP = 1])
gl_WCHAR_MODULE_INDICATOR([wcsncmp])
Makefile.am: