[telepathy-gabble/master] Always build Wocky with GTK doc support as we need it when doing 'make check'
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:26 PDT 2009
---
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 02d855f..10db884 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,12 +183,13 @@ WOCKY_LIBS="\$(top_srcdir)/lib/ext/wocky/wocky/libwocky.la"
AC_SUBST(WOCKY_CFLAGS)
AC_SUBST(WOCKY_LIBS)
+# Always build Wocky with GTK doc support as we need it when doing "make check"
AC_CONFIG_COMMANDS([configure-embedded-wocky],
[echo "== Configuring embedded Wocky instance =="
origdir=`pwd`
cd "$top_srcdir"lib/ext/wocky &&
- ./configure ||
+ ./configure --enable-gtk-doc ||
AC_MSG_ERROR([Failed to configure embedded Wocky tree])
cd "$origdir"
])
--
1.5.6.5
More information about the telepathy-commits
mailing list