diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-10-31 17:37:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-31 17:52:20 +0000 |
commit | d90d5acdc62ab82620c9b8576b80600b2516944f (patch) | |
tree | 91269945161f77cb1b6710202d2447b52bfa92a8 /configure.ac | |
parent | b674a737b039ab01b5fec91554b959d68376126b (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.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4398a3200..e6bc69504 100644 --- a/configure.ac +++ b/configure.ac @@ -277,8 +277,7 @@ GOBJECT_INTROSPECTION_CHECK([1.31.1]) dnl check for documentation tools AG_GST_DOCBOOK_CHECK 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 *** |