Skip to content

Commit

Permalink
Merged revisions 77189 via svnmerge from
Browse files Browse the repository at this point in the history
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.
........
  • Loading branch information
mdickinson committed Dec 31, 2009
1 parent 1f2bd98 commit 89d7d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3898,7 +3898,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])
Expand Down

0 comments on commit 89d7d41

Please sign in to comment.