X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fisblank.m4;h=98e926dcef582600f3d871a65121e5a5aa2b4765;hb=32d8297adbb0fc03f1e0706005e144c7f498507c;hp=771deefc753ce95e5989ba82871e57018a891ccc;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/isblank.m4 b/m4/isblank.m4 index 771deefc7..98e926dce 100644 --- a/m4/isblank.m4 +++ b/m4/isblank.m4 @@ -1,5 +1,5 @@ -# isblank.m4 serial 2 -dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. +# isblank.m4 serial 3 +dnl Copyright (C) 2009-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. @@ -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 ])