Missing modification of the variable DOXYGEN to
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 20:26:08 +0000 (20:26 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 20:26:08 +0000 (20:26 +0000)
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@38894 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/efl_doxygen.m4

index eaac993..0c1452f 100644 (file)
@@ -5,7 +5,7 @@ dnl Macro that check if doxygen is available or not.
 
 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],
@@ -43,7 +43,7 @@ dnl
 dnl
 dnl Check the given doxygen program.
 dnl
-      [DOXYGEN=${withval}
+      [efl_doxygen=${withval}
        AC_CHECK_PROG([efl_have_doxygen],
           [${efl_doxygen}],
           [yes],