]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added path to OpenSSL from homebrew trac5382a_base
authorTomek Mrugalski <tomasz@isc.org>
Mon, 28 May 2018 11:37:50 +0000 (13:37 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 28 May 2018 11:37:50 +0000 (13:37 +0200)
 - this makes configure to work out of the box on Mac OS
   (no more --with-openssl=... needed if you use OpenSSL from
   homebrew)

m4macros/ax_crypto.m4

index dd4a81fa416eb3bcc1ad544f3e6270331cacbdef..622ee68166aef2314fe2641364feb5c723480fe2 100644 (file)
@@ -293,7 +293,7 @@ else
       use_openssl="yes"
    fi
    if test "${use_openssl}" = "yes" ; then
-      for d in /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw; do
+      for d in /usr /usr/local /usr/local/ssl /usr/local/opt/openssl /usr/pkg /usr/sfw; do
           if test -f $d/include/openssl/opensslv.h; then
              use_openssl=$d; break
           fi