X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fatoll.m4;h=6cb4dd13fa1427d4fa8a7ecbcd98e2387b4d82a8;hb=41a7841a82351f9df3e13b6199a134004d694131;hp=f504542faab517ae8072ef1babd01c7ee9dc0c39;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/atoll.m4 b/m4/atoll.m4 index f504542fa..6cb4dd13f 100644 --- a/m4/atoll.m4 +++ b/m4/atoll.m4 @@ -1,4 +1,4 @@ -# atoll.m4 serial 1 +# atoll.m4 serial 2 dnl Copyright (C) 2008-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, @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_ATOLL], AC_CHECK_FUNCS([atoll]) if test $ac_cv_func_atoll = no; then HAVE_ATOLL=0 - AC_LIBOBJ([atoll]) - gl_PREREQ_ATOLL fi fi ])