diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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. # @@ -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 diff --git a/configure.in b/configure.in index 6fe8fc5..ef756f1 100644 --- a/configure.in +++ b/configure.in @@ -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]) |