Kaydet (Commit) ea9b4a69 authored tarafından Michael Stahl's avatar Michael Stahl

configure: add evil hack to disable doxygen on a certain tinderbox

Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
üst b5bd2d1d
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment