summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 57924e8..037dc45 100644
--- a/configure.in
+++ b/configure.in
@@ -2247,7 +2247,7 @@ AC_TRY_COMPILE([#include <sys/stat.h>], [
struct stat st;
st.st_mtim.tv_nsec = 1;
],
-ac_cv_stat_tv_nsec = yes,
+ac_cv_stat_tv_nsec=yes,
ac_cv_stat_tv_nsec=no,
ac_cv_stat_tv_nsec=no))
AC_MSG_RESULT($ac_cv_stat_tv_nsec)