summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-31 17:48:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-10-31 17:48:43 +0000
commitcb3afe73b85415a15c8d540702f2afc00678c909 (patch)
tree0895c8236c1ae5862ffe0fcbc753115bc53ed921
parentf76c9d0bacf3f1c070416b5d8a39b516721c005e (diff)
downloadgstreamer-common-cb3afe73b85415a15c8d540702f2afc00678c909.tar.gz
gst-plugin-docs.m4: bump python requirement from 2.1 to 2.7
-rw-r--r--m4/gst-plugin-docs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-plugin-docs.m4 b/m4/gst-plugin-docs.m4
index 2af4c01..614a424 100644
--- a/m4/gst-plugin-docs.m4
+++ b/m4/gst-plugin-docs.m4
@@ -6,7 +6,7 @@ dnl used when building the plugin documentation
AC_DEFUN([AG_GST_PLUGIN_DOCS],
[
AC_BEFORE([GTK_DOC_CHECK],[$0])dnl check for gtk-doc first
- AC_BEFORE([AM_PATH_PYTHON],[2.1])dnl find python first
+ AC_BEFORE([AM_PATH_PYTHON],[2.7])dnl find python first
build_plugin_docs=no
AC_MSG_CHECKING([whether to build plugin documentation])