minor fix

SVN revision: 43797
This commit is contained in:
Vincent Torri 2009-11-19 08:29:22 +00:00
parent 8a668562b4
commit d3135f8f27
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ dnl
AC_DEFUN([EFL_CHECK_DOXYGEN],
[
efl_have_doxygen="no"
dnl
dnl Disable the build of the documentation
dnl
@ -84,9 +86,9 @@ if ! test "x${efl_have_doxygen}" = "xyes" ; then
efl_enable_doc="no"
fi
AM_CONDITIONAL(EFL_BUILD_DOC, test "x${efl_enable_doc}" = "xyes")
AM_CONDITIONAL(EFL_BUILD_DOC, test "x${efl_have_doxygen}" = "xyes")
if test "x${efl_enable_doc}" = "xyes" ; then
if test "x${efl_have_doxygen}" = "xyes" ; then
m4_default([$1], [:])
else
m4_default([$2], [:])