No acceptable *python* could be found
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 Oct 2014 18:07:11 +0000 (13:07 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:16 +0000 (14:42 -0500)
configure.ac

index 98a083978e15bc765396a4cbb4958cdf315dce3c..e6c5ca91d0ffc1829d098d7ebb6e3b15615aeb43 100644 (file)
@@ -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----------------------------------------------------------