summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8affe3)
raw | patch | inline | side by side (parent: f8affe3)
author | Jakub Narebski <jnareb@gmail.com> | |
Mon, 4 Sep 2006 22:58:25 +0000 (00:58 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 5 Sep 2006 01:56:09 +0000 (18:56 -0700) |
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 6fc554e3a39e4297f6c0828d533042db89762106..64c8345f64a49f5e6ed3a751035e8d0c4f465d19 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# do not support the 'size specifiers' introduced by C99, namely ll, hh,
# j, z, t. (representing long long int, char, intmax_t, size_t, ptrdiff_t).
# some C compilers supported these specifiers prior to C99 as an extension.
-AC_CACHE_CHECK(whether formatted IO functions support C99 size specifiers,
- ac_cv_c_c99_format,
+AC_CACHE_CHECK([whether formatted IO functions support C99 size specifiers],
+ [ac_cv_c_c99_format],
[# Actually git uses only %z (%zu) in alloc.c, and %t (%td) in mktag.c
AC_RUN_IFELSE(
[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
# Enable it on Windows. By default, symrefs are still used.
#
# Define WITH_OWN_SUBPROCESS_PY if you want to use with python 2.3.
-AC_CACHE_CHECK(for subprocess.py,
- ac_cv_python_has_subprocess_py,
+AC_CACHE_CHECK([for subprocess.py],
+ [ac_cv_python_has_subprocess_py],
[if $PYTHON_PATH -c 'import subprocess' 2>/dev/null; then
ac_cv_python_has_subprocess_py=yes
else