1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-3927 Add variable "have yassl"

have_openssl variable was ON even when OpenSSL was not used (but YaSSL was).
fix that, so that have_openssl really corresponds to OpenSSL

rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
This commit is contained in:
Sergei Golubchik
2012-12-18 11:56:00 +01:00
parent 6c3de76ad5
commit 6a742fc3b1
7 changed files with 14 additions and 9 deletions

View File

@ -0,0 +1,4 @@
if (`select @@have_ssl = 'YES'`)
{
skip only without SSL;
}