From c4380ced324877a91a6df5db938c70ab53a257a1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 9 May 2018 14:19:00 +0200 Subject: sal: log windows traces to debugger console, take two This reverts most of commit 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a and just keeps the OutputDebugStringA() call unconditionally. Change-Id: Ia838052b3147ca2d66c7d28b04eadd9700244669 Reviewed-on: https://gerrit.libreoffice.org/54029 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b62b9e122a4d..ad94133135ff 100644 --- a/configure.ac +++ b/configure.ac @@ -2243,13 +2243,11 @@ dnl =================================================================== dnl Test whether build target is Release Build dnl =================================================================== AC_MSG_CHECKING([whether build target is Release Build]) -ENABLE_RELEASE_BUILD= - if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then AC_MSG_RESULT([no]) + ENABLE_RELEASE_BUILD= else AC_MSG_RESULT([yes]) - AC_DEFINE(ENABLE_RELEASE_BUILD) ENABLE_RELEASE_BUILD=TRUE fi AC_SUBST(ENABLE_RELEASE_BUILD) -- cgit v1.2.3