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:
8a9436f
)
newline fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 10 Feb 2002 15:57:20 +0000
(15:57 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 10 Feb 2002 15:57:20 +0000
(15:57 +0000)
Original commit message from CVS:
newline fix
m4/gst-doc.m4
patch
|
blob
|
history
diff --git
a/m4/gst-doc.m4
b/m4/gst-doc.m4
index
1d7fff5
..
5c4c254
100644
(file)
--- a/
m4/gst-doc.m4
+++ b/
m4/gst-doc.m4
@@
-14,8
+14,7
@@
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-scangobj, true, false)
gtk_doc_min_version=0.6
if $HAVE_GTK_DOC ; then
gtk_doc_version=`gtkdoc-mkdb --version`
- AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >=
-$gtk_doc_min_version])
+ AC_MSG_CHECKING([gtk-doc version ($gtk_doc_version) >= $gtk_doc_min_version])
if perl <<EOF ; then
exit (("$gtk_doc_version" =~ /^[[0-9]]+\.[[0-9]]+$/) &&
("$gtk_doc_version" >= "$gtk_doc_min_version") ? 0 : 1);