summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-07 17:34:39 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-11-07 18:35:05 +0000
commit70f975793f2324b5b505698fb0944b369f95fce9 (patch)
tree10c591450aa27f394ed4861ff111454abd657544 /configure.ac
parentba255fbac6384684c53840ddbaaf8cf789d9e0ab (diff)
configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON, which as a side-effect should pick up newer python versions as well. https://bugzilla.gnome.org/show_bug.cgi?id=563903
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0bb3c97fe9..bba513c7a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,8 +153,7 @@ GOBJECT_INTROSPECTION_CHECK([1.31.1])
dnl check for documentation tools
GTK_DOC_CHECK([1.12])
-AS_PATH_PYTHON([2.1])
-AG_GST_PLUGIN_DOCS([1.3],[2.1])
+AG_GST_PLUGIN_DOCS([1.12])
dnl *** checks for libraries ***