diff options
author | unknown <msvensson@neptunus.(none)> | 2006-03-21 11:24:15 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-03-21 11:24:15 +0100 |
commit | 8505322d1bb95288a2c490db3387a02e3f1ba074 (patch) | |
tree | 3f6fe1c9aef52966feae8a9d936e6edf221ecf45 /BUILD | |
parent | 9865f74f173f85da93779f4a5c74affee2730219 (diff) | |
parent | 9cccdf4df4858a19e5ccf392b48ce4d5a54c11e1 (diff) | |
download | mariadb-git-8505322d1bb95288a2c490db3387a02e3f1ba074.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug18310/my50-bug18310
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
BUILD/SETUP.sh:
Auto merged
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: |