[Libreoffice-commits] core.git: configure.ac
Mark Wielaard
mark at klomp.org
Mon May 20 11:55:26 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7e98b46c08ab409276a347cc4ea137ba42485a1e
Author: Mark Wielaard <mark at klomp.org>
Date: Sat May 18 12:18:51 2013 +0200
valgrind support is useful independent from DBGUTIL support.
Especially when valgrinding an optimized libreoffice build.
Change-Id: I7d2ac5476ba8561ce6afbf8c9472550fbe959c76
Reviewed-on: https://gerrit.libreoffice.org/3966
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/configure.ac b/configure.ac
index 66cef18..e0f6ec7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5222,7 +5222,7 @@ AC_DEFINE_UNQUOTED(SAL_TYPES_ALIGNMENT8,$SAL_TYPES_ALIGNMENT8)
dnl ===================================================================
dnl Check if valgrind headers are available
dnl ===================================================================
-if test "$cross_compiling" = yes -o "$ENABLE_DBGUTIL" != TRUE; then
+if test "$cross_compiling" = yes; then
ENABLE_VALGRIND=FALSE
else
prev_cppflags=$CPPFLAGS
More information about the Libreoffice-commits
mailing list