From 52ac51a46b20bc61d15f3e6cecc220796c475189 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 21 Mar 2020 18:13:47 +0100 Subject: [PATCH] Do not activate the doxygen documentation by default. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4d8c108d47..6edd9586b9 100644 --- a/configure.ac +++ b/configure.ac @@ -2201,7 +2201,8 @@ AC_PATH_PROG([GIT_CMD], [git]) AC_SUBST([GIT_CMD]) # Make the documentation. Add conditional to handle disable option. -DX_INIT_DOXYGEN(libswift,doc/Doxyfile,doc/) +DX_DOXYGEN_FEATURE(OFF) +DX_INIT_DOXYGEN(SWIFT, doc/Doxyfile, doc/) AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""]) # Check if using QLA cooling -- GitLab