From 48d0d1beba14daf27603b92a6843f130d17157c9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 20 Nov 2011 22:14:36 +0100 Subject: Remove unnecessary (?) dependency on glib/gobject. --- m4/gtk-doc.m4 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'm4') diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 index 0ada151..e337492 100644 --- a/m4/gtk-doc.m4 +++ b/m4/gtk-doc.m4 @@ -34,11 +34,6 @@ AC_DEFUN([GTK_DOC_CHECK], AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], [PKG_CHECK_EXISTS([gtk-doc >= $1],, AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) - dnl don't check for glib if we build glib - if test "x$PACKAGE_NAME" != "xglib"; then - dnl don't fail if someone does not have glib - PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,) - fi fi AC_MSG_CHECKING([whether to build gtk-doc documentation]) -- cgit v1.2.3