projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3afe7
)
gst-plugin-docs.m4: fix python detection
author
Tim-Philipp Müller
<tim@centricular.net>
Wed, 31 Oct 2012 18:31:22 +0000
(18:31 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Wed, 31 Oct 2012 18:31:22 +0000
(18:31 +0000)
Actually check for python by doing AC_REQUIRE rather
than just AC_BEFORE.
m4/gst-plugin-docs.m4
patch
|
blob
|
history
diff --git
a/m4/gst-plugin-docs.m4
b/m4/gst-plugin-docs.m4
index
614a424
..
4fb20ee
100644
(file)
--- 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.7
])dnl find python first
+ AC_
REQUIRE([AM_PATH_PYTHON([2.7])
])dnl find python first
build_plugin_docs=no
AC_MSG_CHECKING([whether to build plugin documentation])