summaryrefslogtreecommitdiff
path: root/m4/libevent_openssl.m4
Commit message (Collapse)AuthorAgeFilesLines
* autotools: print $OPENSSL_LIBS/$OPENSSL_INCSAzat Khuzhin2022-07-101-0/+2
|
* autotools: fix autodetection of openssl location via brewAzat Khuzhin2022-07-091-0/+7
|
* build: fail with a useful error message if pkg-config isn't availablefanquake2021-07-131-0/+3
|
* build: replace ntp_pkg_config macro with a call to PKG_PROG_PKG_CONFIG()fanquake2021-07-091-1/+1
| | | | | Note that 0.15.0 is quite an old version to be testing for, however I've left this as-is for now.
* autotools: attempt to find OpenSSL via homebrew on macOSfanquake2020-11-011-6/+33
| | | | | | | When compiling for macOS, where users will likely have OpenSSL installed via brew, rather than available on the system, use brew --prefix to figure out where OpenSSL is, and then augment the pkg-config path so that libs are found.
* autotools: fails build when need but can not find opensslyuangongji2019-10-261-0/+5
|
* m4/libevent_openssl.m4: fix detection of opensslFabrice Fontaine2019-06-081-1/+1
| | | | | | | | | | | | | Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is added to CPPFLAGS without any white space, as a result openssl detection fails on: configure:10395: checking openssl/ssl.h usability configure:10395: /home/fabrice/buildroot-test/buildroot/output/host/bin/riscv32-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64-I/home/fabrice/buildroot-test/buildroot/output/host/bin/../riscv32-buildroot-linux-gnu/sysroot/usr/include conftest.c >&5 <command-line>:0:0: warning: "_FILE_OFFSET_BITS" redefined <command-line>:0:0: note: this is the location of the previous definition <command-line>:0:23: error: division by zero in #if Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* autotools: confirm openssl is working before usingCarlo Marcelo Arenas Belón2017-09-111-0/+4
| | | | | latest versions of macOS provide pkg-config and libraries for an ancient version of openssl as part of the system, but no headers
* autotools/win32: fix searching ssl libraryAzat Khuzhin2016-08-091-6/+11
|
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-141-3/+3
| | | | | Conflicts: configure.in
* Provide the autoconf m4 macros for the new OpenSSL via pkg-config stuff.Harlan Stenn2011-08-281-0/+47