Make sure HAVE_DOXYGEN is defined

Thanks-to: <royj@yandex.ru>
This commit is contained in:
Travis Cross 2013-03-17 18:32:24 +00:00
parent a4b8a73989
commit 950a7b7a9a
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ AC_DEFINE(INLINE,[static inline],[Define inline construction for your platform])
#
# Documentation
#
AM_CONDITIONAL([HAVE_DOXYGEN], [false])
AC_CHECK_PROGS([DOXYGEN], [doxygen])
if test -z "$DOXYGEN"; then
AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])