From d7a5efbbaa1e933031b4f911702310be4caeafb9 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 8 Dec 2015 16:23:53 +1100 Subject: disable doxygen in MXE_CONFIGURE_OPTS fixes #952 and should provide a general solution --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9735725..9937986 100644 --- a/Makefile +++ b/Makefile @@ -68,13 +68,18 @@ endef null := space := $(null) $(null) +MXE_DISABLE_DOC_OPTS = \ + ac_cv_prog_HAVE_DOXYGEN="false" \ + --disable-doxygen + MXE_CONFIGURE_OPTS = \ --host='$(TARGET)' \ --build='$(BUILD)' \ --prefix='$(PREFIX)/$(TARGET)' \ $(if $(BUILD_STATIC), \ --enable-static --disable-shared , \ - --disable-static --enable-shared ) + --disable-static --enable-shared ) \ + $(MXE_DISABLE_DOC_OPTS) MXE_GCC_THREADS = \ $(if $(findstring posix,$(TARGET)),posix,win32) -- cgit v0.12