Various buildsystem improvements:
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 1 Sep 2008 12:52:31 +0000 (14:52 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 1 Sep 2008 12:52:31 +0000 (14:52 +0200)
commit75b56fa155ec64fbe2a0a1a1aefe79f80646767c
treec7a4b0a27745d48226abf3eb2b833e83c69d63ad
parent23245ed934bb8120852ee008b4c74989728c9e27
Various buildsystem improvements:

- Find and use execinfo.h on non-Linux systems, thanks to sph for providing the patch
- Make OpenSSL and D-Bus support optional (-DWITH_OPENSSL=OFF, -DWITH_DBUS=OFF)
  Those options default to ON, which means they're enabled if the needed libs are found.
- For SSL being enabled in Quassel, now both OpenSSL headers/libs and SSL support in Qt
  must be present. This now sets -DHAVE_SSL which should be preferred over -DQT_NO_OPENSSL
  in the future (not changed in code yet).
CMakeLists.txt
src/common/main.cpp
src/core/CMakeLists.txt
src/core/ircserverhandler.cpp