summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-05-17 13:59:37 +0200
committermsvensson@neptunus.(none) <>2006-05-17 13:59:37 +0200
commitf4567f9f922ab8eacc6bd849700afacc45ccc0a8 (patch)
tree76f622e28dae11dcd5fa94d93d075570a9ba2eef /BUILD/SETUP.sh
parent5f62c303320c3e0e11d9e2be511cb19287ce88ca (diff)
downloadmariadb-git-f4567f9f922ab8eacc6bd849700afacc45ccc0a8.tar.gz
BUG#18818 configure: No longer finds OpenSSL on Mac OS X
- Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 589e609beeb..02d160158b3 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -82,8 +82,11 @@ path=`dirname $0`
export AM_MAKEFLAGS
AM_MAKEFLAGS="-j 4"
-# SSL library to use.
-SSL_LIBRARY=--with-yassl
+# SSL library to use.--with-ssl will select our bundled yaSSL
+# implementation of SSL. To use openSSl you will nee too point out
+# the location of openSSL headers and lbs on your system.
+# Ex --with-ssl=/usr
+SSL_LIBRARY=--with-ssl
if [ "x$warning_mode" != "xpedantic" ]; then
# Both C and C++ warnings