mirror of https://github.com/python/cpython
Add missing quotes.
This commit is contained in:
parent
ae9a0a0f27
commit
5ce8474cc7
|
@ -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
|
||||
|
|
|
@ -4046,7 +4046,7 @@ then
|
|||
AC_MSG_RESULT($ac_cv_have_long_long_format)
|
||||
fi
|
||||
|
||||
if test $ac_cv_have_long_long_format = yes
|
||||
if test "$ac_cv_have_long_long_format" = yes
|
||||
then
|
||||
AC_DEFINE(PY_FORMAT_LONG_LONG, "ll",
|
||||
[Define to printf format modifier for long long type])
|
||||
|
|
Loading…
Reference in New Issue