]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* configure.ac: Remove redundant getloadavg gnulib support
authorPaul Smith <psmith@gnu.org>
Tue, 3 Sep 2019 02:21:59 +0000 (22:21 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 7 Sep 2019 22:27:26 +0000 (18:27 -0400)
configure.ac

index f6919a77a361afc135d4a6ed2121ce034aa71efd..6b840108de4a581c88ea50e3f7a705be67a1c3bb 100644 (file)
@@ -424,14 +424,6 @@ AM_CONDITIONAL([USE_SYSTEM_GLOB], [test "$make_cv_sys_gnu_glob" = yes])
 USE_SYSTEM_GLOB="$make_cv_sys_gnu_glob"
 AC_SUBST([USE_SYSTEM_GLOB])
 
-# See if we need a replacement for getloadavg()
-gl_GETLOADAVG
-if test $HAVE_GETLOADAVG = 0; then
-  AC_LIBOBJ([getloadavg])
-  gl_PREREQ_GETLOADAVG
-fi
-gl_STDLIB_MODULE_INDICATOR([getloadavg])
-
 # Let the makefile know what our build host is
 
 AC_DEFINE_UNQUOTED([MAKE_HOST],["$host"],[Build host information.])