From f8c1e11f10dfe4fb3169e00de86afaf0fcbd063f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 8 Oct 2014 13:07:11 -0500 Subject: [PATCH] No acceptable *python* could be found --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98a08397..e6c5ca91 100644 --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,7 @@ AS_IF([test "x$with_python3" != xno], AC_CHECK_PROGS([PYTHON], [python2.7 python2.6], [none]) AS_IF([test "x$PYTHON" = xnone], [AC_MSG_FAILURE( - [No acceptable pythons (2.7, 2.6) could be found])])) + [No acceptable python (2.7, 2.6) could be found])])) dnl--PC_INIT---------------------------------------------------------- -- 2.25.1