stupid AC_CHECK_PROG

SVN revision: 43800
This commit is contained in:
Vincent Torri 2009-11-19 09:02:25 +00:00
parent 8ce36a26c9
commit 797833357f
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,6 @@ dnl
AC_DEFUN([EFL_CHECK_DOXYGEN],
[
efl_have_doxygen="no"
dnl
dnl Disable the build of the documentation
dnl
@ -75,6 +73,8 @@ dnl Check the given doxygen program.
AC_MSG_WARN([no doxygen detected. Documentation will not be built])
fi
])
else
efl_have_doxygen="no"
fi
dnl