Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just make the sysinfo autoconf logic a bit pickier about what it considers a usable sysinfo.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-08-01 19:37:59 +00:00
parent a7aaa0bbc2
commit 1e4bd7a192
4 changed files with 13 additions and 13 deletions

4
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 77866 .
# From configure.ac Revision: 77875 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -16120,7 +16120,7 @@ cat >>conftest.$ac_ext <<_ACEOF
int
main ()
{
struct sysinfo sys_info;
struct sysinfo sys_info; int uptime = sys_info.uptime
;
return 0;
}