From: Paul Smith Date: Tue, 3 Sep 2019 02:21:59 +0000 (-0400) Subject: * configure.ac: Remove redundant getloadavg gnulib support X-Git-Tag: 4.2.91~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757a9d06e3a94d920d9773e561ef549834040574;p=thirdparty%2Fmake.git * configure.ac: Remove redundant getloadavg gnulib support --- diff --git a/configure.ac b/configure.ac index f6919a77..6b840108 100644 --- a/configure.ac +++ b/configure.ac @@ -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.])