efl_doxygen. Spotted by Albin Tonnerre (Lutin).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@38894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for the doxygen program
-dnl Defines DOXYGEN
+dnl Defines efl_doxygen
dnl Defines the automake conditionnal EFL_BUILD_DOC
dnl
AC_DEFUN([EFL_CHECK_DOXYGEN],
dnl
dnl Check the given doxygen program.
dnl
- [DOXYGEN=${withval}
+ [efl_doxygen=${withval}
AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}],
[yes],