summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-08-01 19:37:59 +0000
committerJoshua Colp <jcolp@digium.com>2007-08-01 19:37:59 +0000
commit1e4bd7a192e513507ed864488dc90ab5de8060df (patch)
tree6d5a9eef20c02cf9420917da3379de99d344b8a6 /configure
parenta7aaa0bbc2ba755d2a0ba13870044d4a9e1a7735 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c6eba581f..d5b423453 100755
--- a/configure
+++ b/configure
@@ -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;
}