Kaydet (Commit) 5ce8474c authored tarafından Mark Dickinson's avatar Mark Dickinson

Add missing quotes.

üst ae9a0a0f
#! /bin/sh #! /bin/sh
# From configure.in Revision: 77031 . # From configure.in Revision: 77169 .
# 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 2.7. # Generated by GNU Autoconf 2.61 for python 2.7.
# #
...@@ -27376,7 +27376,7 @@ fi ...@@ -27376,7 +27376,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
......
...@@ -4046,7 +4046,7 @@ then ...@@ -4046,7 +4046,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