X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcswidth.m4;h=40f71b2c7ff2eb5aab77821bcecb123977c5728a;hb=d5bdbf8fefafcbcc1e64c207f8af9109633ba668;hp=80ccf3f86631865ace1289bdaad99e6052779cd9;hpb=cbe8a0a3fe09047b99e5c0cfb67f45634d036487;p=gnulib.git diff --git a/m4/wcswidth.m4 b/m4/wcswidth.m4 index 80ccf3f86..40f71b2c7 100644 --- a/m4/wcswidth.m4 +++ b/m4/wcswidth.m4 @@ -1,4 +1,4 @@ -# wcswidth.m4 serial 1 +# wcswidth.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, @@ -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 ])