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:
615cf4d
)
check was wrong
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 12 Oct 2005 02:44:51 +0000
(
02:44
+0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 12 Oct 2005 02:44:51 +0000
(
02:44
+0000)
Original commit message from CVS:
check was wrong
m4/gst-doc.m4
patch
|
blob
|
history
diff --git
a/m4/gst-doc.m4
b/m4/gst-doc.m4
index 4ccd937825f905f53a4764bf2b6adff183584b3c..028df392d7cc936ec496dce21a794b624bc02c30 100644
(file)
--- a/
m4/gst-doc.m4
+++ b/
m4/gst-doc.m4
@@
-22,7
+22,7
@@
AC_DEFUN([GST_DOCBOOK_CHECK],
# -V option appeared in 0.6.10
docbook2html_min_version=0.6.10
- if test "x$HAVE_DOCBOOK2HTML" != "x
yes
"; then
+ if test "x$HAVE_DOCBOOK2HTML" != "x
no
"; then
docbook2html_version=`docbook2html --version`
AC_MSG_CHECKING([docbook2html version ($docbook2html_version) >= $docbook2html_min_version])
if perl -w <<EOF