diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-04 18:13:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 18:13:45 +0200 |
commit | ea9b4a69469cbd8bdbbd972638612632adf31d66 (patch) | |
tree | fe189262f781b3f5ac1d69874be93192d54b3c16 /configure.ac | |
parent | b5bd2d1d8d09a44af354584ff187d9e935ffd973 (diff) |
configure: add evil hack to disable doxygen on a certain tinderbox
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c49eb4f7c5e5..057ad50fc29a 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]) |