install-reloc: Support multi-binary installation.
[gnulib.git] / m4 / isblank.m4
index fa0c472..9d98cf3 100644 (file)
@@ -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
 ])