diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-31 20:50:59 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-31 20:50:59 (GMT) |
commit | 89d7d416026101a382b37ab8e1595658976fa180 (patch) | |
tree | 35e7f7cbf5d22a626c8cdfc5d48dc5a41d242402 /configure | |
parent | 1f2bd98f0b8c45ea0935c80e548b4b6b2d8b58b3 (diff) | |
download | cpython-89d7d416026101a382b37ab8e1595658976fa180.zip cpython-89d7d416026101a382b37ab8e1595658976fa180.tar.gz cpython-89d7d416026101a382b37ab8e1595658976fa180.tar.bz2 |
Merged revisions 77189 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77189 | mark.dickinson | 2009-12-31 20:48:04 +0000 (Thu, 31 Dec 2009) | 1 line
Add missing quotes.
........
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 77032 . +# From configure.in Revision: 77170 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.2. # @@ -26665,7 +26665,7 @@ fi echo "${ECHO_T}$ac_cv_have_long_long_format" >&6; } fi -if test $ac_cv_have_long_long_format = yes +if test "$ac_cv_have_long_long_format" = yes then cat >>confdefs.h <<\_ACEOF |