summaryrefslogtreecommitdiff
path: root/m4/wcsxfrm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/wcsxfrm.m4')
-rw-r--r--m4/wcsxfrm.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/wcsxfrm.m4 b/m4/wcsxfrm.m4
index 2fd6ec1dc9..e891e4019b 100644
--- a/m4/wcsxfrm.m4
+++ b/m4/wcsxfrm.m4
@@ -1,4 +1,4 @@
-# wcsxfrm.m4 serial 1
+# wcsxfrm.m4 serial 2
dnl Copyright (C) 2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_WCSXFRM],
AC_CHECK_FUNCS_ONCE([wcsxfrm])
if test $ac_cv_func_wcsxfrm = no; then
HAVE_WCSXFRM=0
- AC_LIBOBJ([wcsxfrm])
fi
])