summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-09-09 16:17:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-09-09 16:17:47 (GMT)
commita32c99412914058f47bc50336c7c83d38331e880 (patch)
tree26c6f7940b5b851ec50b75599e79d8890332bfe1 /configure
parent94717ed1d4e8c361656cfdfa16ccc3364073cde8 (diff)
downloadcpython-a32c99412914058f47bc50336c7c83d38331e880.zip
cpython-a32c99412914058f47bc50336c7c83d38331e880.tar.gz
cpython-a32c99412914058f47bc50336c7c83d38331e880.tar.bz2
Always generate floats for stat_result; fix configure test.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ecd0828..c23b45f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.341 .
+# From configure.in Revision: 1.342 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -15738,7 +15738,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_stat_tv_nsec = yes
+ ac_cv_stat_tv_nsec=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5