diff --git a/util/dist-check b/util/dist-check index 585c444..8f3cedc 100755 --- a/util/dist-check +++ b/util/dist-check @@ -46,8 +46,10 @@ if ($^O eq 'solaris') { } if ($^O eq 'darwin') { - $cfg_opts .= " --with-cc-opt='-I/usr/local/include'" - . " --with-ld-opt='-L/usr/local/lib'"; + $cfg_opts .= " --with-cc-opt='-I/usr/local/opt/openssl/include/ " + . "-I/usr/local/opt/pcre/include/'" + . " --with-ld-opt='-L/usr/local/opt/openssl/lib/ " + . "-L/usr/local/opt/pcre/lib/'"; } my $prefix;