Commit 89d7d416 authored by Mark Dickinson's avatar Mark Dickinson

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.
........
parent 1f2bd98f
#! /bin/sh #! /bin/sh
# From configure.in Revision: 77032 . # From configure.in Revision: 77170 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.2. # Generated by GNU Autoconf 2.61 for python 3.2.
# #
...@@ -26665,7 +26665,7 @@ fi ...@@ -26665,7 +26665,7 @@ fi
echo "${ECHO_T}$ac_cv_have_long_long_format" >&6; } echo "${ECHO_T}$ac_cv_have_long_long_format" >&6; }
fi fi
if test $ac_cv_have_long_long_format = yes if test "$ac_cv_have_long_long_format" = yes
then then
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<\_ACEOF
......
...@@ -3898,7 +3898,7 @@ then ...@@ -3898,7 +3898,7 @@ then
AC_MSG_RESULT($ac_cv_have_long_long_format) AC_MSG_RESULT($ac_cv_have_long_long_format)
fi fi
if test $ac_cv_have_long_long_format = yes if test "$ac_cv_have_long_long_format" = yes
then then
AC_DEFINE(PY_FORMAT_LONG_LONG, "ll", AC_DEFINE(PY_FORMAT_LONG_LONG, "ll",
[Define to printf format modifier for long long type]) [Define to printf format modifier for long long type])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment