stupid AC_CHECK_PROG
authorVincent Torri <vincent.torri@gmail.com>
Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)
SVN revision: 43800

legacy/eina/m4/efl_doxygen.m4

index 7bcc2d6..8b5a0ff 100644 (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