[Libreoffice-commits] core.git: configure.ac
Michael Stahl
mstahl at redhat.com
Tue Jun 4 09:16:07 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea9b4a69469cbd8bdbbd972638612632adf31d66
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jun 4 18:13:08 2013 +0200
configure: add evil hack to disable doxygen on a certain tinderbox
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
diff --git a/configure.ac b/configure.ac
index c49eb4f..057ad50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6948,7 +6948,7 @@ dnl ===================================================================
if test "$enable_odk" = no; then
unset DOXYGEN
else
- if test "$with_doxygen" = no; then
+ if test "$with_doxygen" = no -o `hostname 2>/dev/null` = "tpa10"; then
AC_MSG_CHECKING([for doxygen])
unset DOXYGEN
AC_MSG_RESULT([no])
More information about the Libreoffice-commits
mailing list