X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fisblank.m4;h=9d98cf344123112ade8a1b0a34b3f2970eaaa26e;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=fa0c4720fe15f639d595e039e184676211c1280b;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/isblank.m4 b/m4/isblank.m4 index fa0c4720f..9d98cf344 100644 --- a/m4/isblank.m4 +++ b/m4/isblank.m4 @@ -1,5 +1,5 @@ -# isblank.m4 serial 2 -dnl Copyright (C) 2009, 2010 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 ])