forked from Mirrors/freeswitch
Make sure HAVE_DOXYGEN is defined
Thanks-to: <royj@yandex.ru>
This commit is contained in:
parent
a4b8a73989
commit
950a7b7a9a
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user