X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fisblank.m4;h=9d98cf344123112ade8a1b0a34b3f2970eaaa26e;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=890c2fd4e3f9b1ef02f29849e03feb6fa42f58d8;hpb=d1a73882fc992d3184bec3a4ccd57b52d95a7458;p=gnulib.git diff --git a/m4/isblank.m4 b/m4/isblank.m4 index 890c2fd4e..9d98cf344 100644 --- a/m4/isblank.m4 +++ b/m4/isblank.m4 @@ -1,5 +1,5 @@ -# isblank.m4 serial 2 -dnl Copyright (C) 2009 Free Software Foundation, Inc. +# isblank.m4 serial 3 +dnl Copyright (C) 2009-2013 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. @@ -13,6 +13,5 @@ AC_DEFUN([gl_FUNC_ISBLANK], AC_CHECK_FUNCS_ONCE([isblank]) if test $ac_cv_func_isblank = no; then HAVE_ISBLANK=0 - AC_LIBOBJ([isblank]) fi ])