Make sure doxygen is not picked up.

--disable-doxygen is not taken into account by ext/tinydtls/configure
This will prevent build failures due to dpb(1) junking.
This commit is contained in:
ajacoutot 2022-08-12 06:45:22 +00:00
parent 91a9f6fc64
commit dbcc8a2817
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ CONFIGURE_ARGS= --disable-doxygen \
--enable-tests \
--with-tinydtls
# --disable-doxygen is not taken into account by ext/tinydtls/configure
CONFIGURE_ENV += ac_cv_path_DOXYGEN=:
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
AUTORECONF= ./autogen.sh