diff options
author | msvensson@neptunus.(none) <> | 2006-03-21 11:24:15 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-21 11:24:15 +0100 |
commit | 821e501fc745bbb19c59cab70f5a65d0eb73f363 (patch) | |
tree | 3f6fe1c9aef52966feae8a9d936e6edf221ecf45 /BUILD | |
parent | 9afc40fccc4dce8b6502e8f0c8c9f9e6f34f6179 (diff) | |
parent | dcd5e1726409d0491ffaf3ff9584e1240bf33ce2 (diff) | |
download | mariadb-git-821e501fc745bbb19c59cab70f5a65d0eb73f363.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug18310/my50-bug18310
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
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 eece41d72e6..a6e18e26bfc 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: |