[Libreoffice-commits] .: sal/osl

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 9 12:14:52 PDT 2011


 sal/osl/unx/signal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0cbfd268d47caa9c19ad7558e1f1ff611dfb1569
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jun 9 22:14:39 2011 +0300

    INCLUDE_BACKTRACE is on for Intel MacOSX

diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c
index 360e25c..1b8a5e5 100644
--- a/sal/osl/unx/signal.c
+++ b/sal/osl/unx/signal.c
@@ -827,7 +827,7 @@ static void PrintStack( int sig )
 
     fprintf( stderr, "\n\nFatal exception: Signal %d\n", sig );
 
-#ifdef MACOSX
+#if defined( MACOSX ) && !defined( INCLUDE_BACKTRACE )
     fprintf( stderr, "Please turn on Enable Crash Reporting and\nAutomatic Display of Crashlogs in the Console application\n" );
 #else
 #ifdef INCLUDE_BACKTRACE


More information about the Libreoffice-commits mailing list