ekiga r6886 - trunk
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6886 - trunk
- Date: Mon, 8 Sep 2008 20:50:42 +0000 (UTC)
Author: dsandras
Date: Mon Sep 8 20:50:42 2008
New Revision: 6886
URL: http://svn.gnome.org/viewvc/ekiga?rev=6886&view=rev
Log:
Fixed #394050.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 8 20:50:42 2008
@@ -484,21 +484,16 @@
dnl Gnome-Doc-Utils
dnl ###############################
GDU="disabled"
+GNOME_DOC_INIT
if test "x${gm_platform}" != "xmingw" ; then
AC_ARG_ENABLE(gdu, [ --disable-gdu Disable GNOME-Doc-Utils support],,enable_gdu=yes)
-
if test "x$enable_gdu" = "xyes"; then
-GNOME_DOC_INIT
AC_PATH_PROG(SK_CONFIG,scrollkeeper-config,no)
if test "x$SK_CONFIG" = "xno"; then
AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net)
fi
GDU="enabled"
- else
- GNOME_DOC_INIT(,,[:])
fi
-else
- GNOME_DOC_INIT(,,[:])
fi
AM_CONDITIONAL(HAVE_GNOME_DOC_UTILS, test "x${enable_gdu}" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]