atoll: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / m4 / atoll.m4
index f504542..6cb4dd1 100644 (file)
@@ -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
 ])