gst-plugin-docs.m4: bump python requirement from 2.1 to 2.7
authorTim-Philipp Müller <tim@centricular.net>
Wed, 31 Oct 2012 17:48:43 +0000 (17:48 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 31 Oct 2012 17:48:43 +0000 (17:48 +0000)
m4/gst-plugin-docs.m4

index 2af4c01..614a424 100644 (file)
@@ -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])