aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-01 19:37:59 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-01 19:37:59 +0000
commit399778395040c809c7805cd678539fa8e4500bc8 (patch)
tree6d5a9eef20c02cf9420917da3379de99d344b8a6 /configure
parentaf3fa0a75106a91bb3942d32c5e661d73a4f169f (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: http://svn.digium.com/svn/asterisk/trunk@77878 f38db490-d61c-443f-a65b-d21fe96a405b
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;
}