diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-10-31 17:48:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-31 17:48:43 +0000 |
commit | cb3afe73b85415a15c8d540702f2afc00678c909 (patch) | |
tree | 0895c8236c1ae5862ffe0fcbc753115bc53ed921 /m4 | |
parent | f76c9d0bacf3f1c070416b5d8a39b516721c005e (diff) |
gst-plugin-docs.m4: bump python requirement from 2.1 to 2.7
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gst-plugin-docs.m4 | 2 |
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]) |