check was wrong
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Oct 2005 02:44:51 +0000 (02:44 +0000)
committerThomas 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

index 4ccd937..028df39 100644 (file)
@@ -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" != "xyes"; then
+    if test "x$HAVE_DOCBOOK2HTML" != "xno"; then
       docbook2html_version=`docbook2html --version`
       AC_MSG_CHECKING([docbook2html version ($docbook2html_version) >= $docbook2html_min_version])
       if perl -w <<EOF