diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-06 11:40:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-06 11:40:57 +0200 |
commit | e6af366e1941e6166efd6ec2ba3b288ea51cbb34 (patch) | |
tree | 36853d0cdc85979911d2512897ae156ae4d8b1da /configure.ac | |
parent | a638554c02871005e3741ea71ecd59b5fd340809 (diff) |
Revert "configure: add evil hack to disable doxygen on a certain tinderbox"
This reverts commit ea9b4a69469cbd8bdbbd972638612632adf31d66.
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 a9c962f6196b..a00c31728bfb 100644 --- a/configure.ac +++ b/configure.ac @@ -6966,7 +6966,7 @@ dnl =================================================================== if test "$enable_odk" = no; then unset DOXYGEN else - if test "$with_doxygen" = no -o `hostname 2>/dev/null` = "tpa10"; then + if test "$with_doxygen" = no; then AC_MSG_CHECKING([for doxygen]) unset DOXYGEN AC_MSG_RESULT([no]) |