stupid AC_CHECK_PROG
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@43800 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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