X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=2152c0824b2d49f1873931341b18d8769a9bf7ed;hp=431c802121092721f47d26146f8968bf9420336f;hb=ec383094a149ea409686beb7694d06d5b49d048c;hpb=f5d08a1e466b69f8c35e3b30e4cf898a71bc8b83 diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index 431c8021..2152c082 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,7 +20,7 @@ #include "quassel.h" -#if defined(HAVE_EXECINFO) // && !defined(Q_OS_MAC) +#if defined(HAVE_EXECINFO) && !defined(Q_OS_MAC) # define BUILD_CRASHHANDLER # include # include