[ekiga] Fix my previous commit (on gdu build option)
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fix my previous commit (on gdu build option)
- Date: Tue, 18 Jan 2011 18:49:42 +0000 (UTC)
commit 0f36dc7c7476981ce1f1fb34ad78bd1c94e210ff
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Jan 18 19:48:20 2011 +0100
Fix my previous commit (on gdu build option)
It was broken on Windows, and also on GNU/Linux when --disable-gdu was
used.
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7bc6f72..b7cb410 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,6 +663,8 @@ AM_CONDITIONAL(HAVE_LOUDMOUTH, test "x$found_loudmouth" = "xyes")
dnl ###############################
dnl Gnome-Doc-Utils
dnl ###############################
+# GDU is disabled for Windows; help is generated separately manually in Makefile
+GNOME_DOC_INIT(,,[GDI=no])
if test "x${gm_platform}" != "xmingw" ; then
GDU="disabled"
AC_ARG_ENABLE(gdu, AS_HELP_STRING([--enable-gdu],[enable GNOME-Doc-Utils support, i.e. help file generation (default is enabled)]),
@@ -671,7 +673,6 @@ if test "x${gm_platform}" != "xmingw" ; then
fi],enable_gdu=yes)
if test "x$enable_gdu" = "xyes"; then
AC_PATH_PROG(SK_CONFIG,scrollkeeper-config,no)
- GNOME_DOC_INIT(,,[GDI=no])
if test "x$SK_CONFIG" != "xno" -a "x$GDI" != "xno"; then
GDU="enabled"
AC_DEFINE(HAVE_GNOME_DOC_UTILS,1,[GNOME-Doc-Utils support])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]