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:56:30 +0000 (14:56 +0200)
commitdf170328230f8dc2731d868b5a0d7074515527bb
treec7a4b0a27745d48226abf3eb2b833e83c69d63ad
parentac1548857962efdecefb74d408e0e50116d2fbad
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