diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-05-15 15:55:21 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-05-15 15:55:21 (GMT) |
commit | 24cbe510871f316c5d2f5f9df45f9a141fa1c8ad (patch) | |
tree | d3c55fb0ec7e93598510ac79a234b532bba8f2b9 /macos/configure.ac | |
parent | e1c7c90d500b4bf0dc3cc0194f8b399615e45d24 (diff) | |
download | blt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.zip blt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.tar.gz blt-24cbe510871f316c5d2f5f9df45f9a141fa1c8ad.tar.bz2 |
build openssl
Diffstat (limited to 'macos/configure.ac')
-rwxr-xr-x | macos/configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macos/configure.ac b/macos/configure.ac index 0f8b679..0d4f6ad 100755 --- a/macos/configure.ac +++ b/macos/configure.ac @@ -44,9 +44,6 @@ AC_SUBST(ARCH) prefix=$ac_pwd exec_prefix=$ac_pwd -TLSFLAGS="--with-ssl-dir=/opt/local" -AC_SUBST(TLSFLAGS) - CORES=`sysctl -n "hw.ncpu"` AC_SUBST(CORES) |