From: Christopher Allan Webber Date: Wed, 8 Oct 2014 18:07:11 +0000 (-0500) Subject: No acceptable *python* could be found X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f8c1e11f10dfe4fb3169e00de86afaf0fcbd063f;p=mediagoblin.git No acceptable *python* could be found --- 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----------------------------------------------------------