summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-04-03 22:37:21 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-04-03 22:41:17 +0200
commit1c3130562623cb5a137bc18fb78d4185077c12a5 (patch)
tree153e4ab7e9f6347a7059822e204cd8037f9586d5 /configure.ac
parent4b0112576a5183d3f30429b8b8a8af54eaa675b5 (diff)
Ignore missing Python in initial test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1fbe5a0..ab4134c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_PROG_RANLIB
AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LN_S
-AM_PATH_PYTHON(2.5)
+AM_PATH_PYTHON(2.5,, [:])
# checks for tool to convert docbook to man
AC_PATH_PROGS(DOCBOOK2X_MAN, docbook2x-man)