Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: b1893e740e745cc5081ef59719bb10bc5f729fdb https://github.com/ngircd/ngircd/commit/b1893e740e745cc5081ef59719bb10bc5f72... Author: Alexander Barton alex@barton.de Date: 2019-07-01 (Mon, 01 Jul 2019)
Changed paths: M configure.ng
Log Message: ----------- Make sure HAVE_LIBSSL is defined, even when using pkg-config
Without this, the configure script assumes and states that OpenSSL will be used, but the code won't include support for it because there we use the "HAVE_LIBSSL" define to test for it ("#ifdef HAVE_LIBSSL").
So define the latter when pkg-config(1) is used, too.
This fixes #257, a regression introduced by commit ad86a41ee :-/
ngircd-commits@lists.barton.de