X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fimaxabs.m4;h=58e5ac8534cf21dfd7bd176b43cb1bec6d7cdb25;hb=95f7c57ff4090a5dee062044d2c7b99879077808;hp=2450353822b57398184fcfdff9faf3357e82c113;hpb=b2346264de7b3b73945a1a9a84af82f5bc2960d3;p=gnulib.git diff --git a/m4/imaxabs.m4 b/m4/imaxabs.m4 index 245035382..58e5ac853 100644 --- a/m4/imaxabs.m4 +++ b/m4/imaxabs.m4 @@ -1,4 +1,4 @@ -# imaxabs.m4 serial 2 +# imaxabs.m4 serial 3 dnl Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,8 +10,6 @@ AC_DEFUN([gl_FUNC_IMAXABS], AC_CHECK_DECLS_ONCE([imaxabs]) if test "$ac_cv_have_decl_imaxabs" != yes; then HAVE_DECL_IMAXABS=0 - AC_LIBOBJ([imaxabs]) - gl_PREREQ_IMAXABS fi ])