configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ea9b4a69469cbd8bdbbd972638612632adf31d66 Author: Michael Stahl <mst...@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]) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits