diff options
author | msvensson@neptunus.(none) <> | 2006-03-21 11:21:52 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-21 11:21:52 +0100 |
commit | dcd5e1726409d0491ffaf3ff9584e1240bf33ce2 (patch) | |
tree | 6dd2dff73fe3c455a5fa5db6a75df757e781f335 /BUILD | |
parent | 2628ebe89fe8f62b28d839de896989ba403c36fa (diff) | |
download | mariadb-git-dcd5e1726409d0491ffaf3ff9584e1240bf33ce2.tar.gz |
Use yaSSL as default for BUILD/* scripts
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 4f2065657d5..57061f3dbff 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -44,8 +44,8 @@ set -e export AM_MAKEFLAGS AM_MAKEFLAGS="-j 4" -# SSL library to use. Should be changed to --with-yassl -SSL_LIBRARY=--with-openssl +# SSL library to use. +SSL_LIBRARY=--with-yassl # If you are not using codefusion add "-Wpointer-arith" to WARNINGS # The following warning flag will give too many warnings: |