summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index f341653..1a89e2d 100755
--- a/unix/configure
+++ b/unix/configure
@@ -584,6 +584,7 @@ PACKAGE_URL=''
ac_subst_vars='LTLIBOBJS
LIBOBJS
CORES
+TLSFLAGS
TKFLAGS
ARCH
OS
@@ -1895,6 +1896,8 @@ case $system in
Darwin* )
TKFLAGS="--disable-corefoundation"
+ TLSFLAGS="--with-ssl-dir=/opt/local"
+
CORES=`sysctl -n "hw.ncpu"`
;;