X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ficonv_open.m4;h=07f4849189a772f603e1b43f8d0c4e2191b83cd6;hb=49d6b5a8396bdfb66bba54d59fe8ce750911f6f1;hp=7960a88d94eb95fac2490e9a721404758b04dd49;hpb=8641eee947d9d502e868d0f2239df987e08dda15;p=gnulib.git diff --git a/m4/iconv_open.m4 b/m4/iconv_open.m4 index 7960a88d9..07f484918 100644 --- a/m4/iconv_open.m4 +++ b/m4/iconv_open.m4 @@ -1,5 +1,5 @@ -# iconv_open.m4 serial 13 -dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. +# iconv_open.m4 serial 14 +dnl Copyright (C) 2007-2012 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. @@ -44,8 +44,6 @@ AC_DEFUN([gl_FUNC_ICONV_OPEN], [Define if the iconv() functions are enhanced to handle the UTF-{16,32}{BE,LE} encodings.]) REPLACE_ICONV=1 gl_REPLACE_ICONV_OPEN - AC_LIBOBJ([iconv]) - AC_LIBOBJ([iconv_close]) fi ]) fi @@ -55,5 +53,4 @@ AC_DEFUN([gl_REPLACE_ICONV_OPEN], [ gl_REPLACE_ICONV_H REPLACE_ICONV_OPEN=1 - AC_LIBOBJ([iconv_open]) ])