doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / m4 / wcswidth.m4
index 80ccf3f..0e4b1c2 100644 (file)
@@ -1,5 +1,5 @@
-# wcswidth.m4 serial 1
-dnl Copyright (C) 2011 Free Software Foundation, Inc.
+# wcswidth.m4 serial 2
+dnl Copyright (C) 2011-2014 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -18,7 +18,4 @@ AC_DEFUN([gl_FUNC_WCSWIDTH],
       REPLACE_WCSWIDTH=1
     fi
   fi
-  if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
-    AC_LIBOBJ([wcswidth])
-  fi
 ])