mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Formerly acspecific.m4.~192~
This commit is contained in:
parent
d3dc3238f5
commit
56d0a7d32d
@ -582,8 +582,9 @@ AC_SUBST(NEED_SETGID)NEED_SETGID=false
|
||||
need_func=true
|
||||
|
||||
# Check for the 4.4BSD definition of getloadavg.
|
||||
AC_HAVE_LIBRARY(util, AC_HAVE_LIBRARY(kvm,
|
||||
LIBS="$LIBS -lutil -lkvm" need_func=false))
|
||||
AC_HAVE_LIBRARY(util, LIBS="$LIBS -lutil" need_func=false)
|
||||
# Some systems with -lutil have (and need) -lkvm as well, some do not.
|
||||
AC_HAVE_LIBRARY(kvm, LIBS="$LIBS -lkvm")
|
||||
|
||||
if $need_func; then
|
||||
# There is a commonly available library for RS/6000 AIX.
|
||||
|
@ -582,8 +582,9 @@ AC_SUBST(NEED_SETGID)NEED_SETGID=false
|
||||
need_func=true
|
||||
|
||||
# Check for the 4.4BSD definition of getloadavg.
|
||||
AC_HAVE_LIBRARY(util, AC_HAVE_LIBRARY(kvm,
|
||||
LIBS="$LIBS -lutil -lkvm" need_func=false))
|
||||
AC_HAVE_LIBRARY(util, LIBS="$LIBS -lutil" need_func=false)
|
||||
# Some systems with -lutil have (and need) -lkvm as well, some do not.
|
||||
AC_HAVE_LIBRARY(kvm, LIBS="$LIBS -lkvm")
|
||||
|
||||
if $need_func; then
|
||||
# There is a commonly available library for RS/6000 AIX.
|
||||
|
Loading…
Reference in New Issue
Block a user