aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-08 13:07:11 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:16 -0500
commitf8c1e11f10dfe4fb3169e00de86afaf0fcbd063f (patch)
tree96f99f33579731ecc7f7d66e20ae9e8c97948848 /configure.ac
parent50e5332889c699f16264671aa3c8cfcfb79ef9bd (diff)
downloadmediagoblin-f8c1e11f10dfe4fb3169e00de86afaf0fcbd063f.tar.lz
mediagoblin-f8c1e11f10dfe4fb3169e00de86afaf0fcbd063f.tar.xz
mediagoblin-f8c1e11f10dfe4fb3169e00de86afaf0fcbd063f.zip
No acceptable *python* could be found
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 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----------------------------------------------------------