diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-31 20:48:04 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-31 20:48:04 (GMT) |
commit | 5ce8474cc7e8fb602943b0ecd60cbcbc2d3b2a41 (patch) | |
tree | 53209259de5a55953c5351b87c54f3a2f2e74ab0 /configure | |
parent | ae9a0a0f272fe3492a940efd1056aee12bc22f6b (diff) | |
download | cpython-5ce8474cc7e8fb602943b0ecd60cbcbc2d3b2a41.zip cpython-5ce8474cc7e8fb602943b0ecd60cbcbc2d3b2a41.tar.gz cpython-5ce8474cc7e8fb602943b0ecd60cbcbc2d3b2a41.tar.bz2 |
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: 77031 . +# From configure.in Revision: 77169 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -27376,7 +27376,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 |