summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--m4/gtk-doc.m42
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eb4bcfb..72f093a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-07 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * m4/gtk-doc.m4: (GTK_DOC_CHECK):
+ The previous commit to this file by Stefan Kost mentionned checking for
+ SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
+ Therefore, removing the check for gtkdoc-check
+
2008-03-03 David Schleef <ds@schleef.org>
* m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of
diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4
index 2f4e19e..57040aa 100644
--- a/m4/gtk-doc.m4
+++ b/m4/gtk-doc.m4
@@ -51,8 +51,6 @@ ifelse([$1],[],,
fi
fi
- AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,)
-
AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL")
])