summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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;
}