[gucharmap] Remove unused check for gnome-doc-utils



commit 8829e3f3e4644ad5e1f46e47f05045f3f4345634
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Aug 20 15:59:30 2012 +1200

    Remove unused check for gnome-doc-utils

 Makefile.am  |    2 --
 configure.ac |    5 -----
 2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d9891ee..149c6ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,10 +6,8 @@ GITIGNOREFILES = m4
 SUBDIRS = po pixmaps gucharmap docs
 
 if ENABLE_CHARMAP
-if HAVE_GNOME_DOC_UTILS
 SUBDIRS += help
 endif
-endif
 
 distuninstallcheck_listfiles = find . -type -f -print | grep -v scrollkeeper
 
diff --git a/configure.ac b/configure.ac
index 326105c..df6a3d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -255,11 +255,6 @@ AC_SUBST([GUCHARMAP_VAPI_VERSION_U],[AS_TR_SH([$GUCHARMAP_VAPI_VERSION])])
 # API & User Docs
 # ***************
 
-GNOME_DOC_INIT([0.9.0],[have_gdu=yes],[have_gdu=no])
-if test "$have_gdu" = "no"; then
-	AC_MSG_WARN([GNOME doc utils not found; disabling user manual])
-fi
-
 GTK_DOC_CHECK([1.0])
 
 # *****************************************************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]