diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gtk-doc.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
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]) |