diff options
author | unknown <gluh@eagle.intranet.mysql.r18.ru> | 2005-10-12 13:18:46 +0500 |
---|---|---|
committer | unknown <gluh@eagle.intranet.mysql.r18.ru> | 2005-10-12 13:18:46 +0500 |
commit | f96b66ef53fa3a33f643194765b20646ed6a7e2a (patch) | |
tree | 951a508114a73571a307b1e946a9ed764a0db586 /config | |
parent | 533b8ba2dbeec70e1a3af7016deb0fc0d094daa0 (diff) | |
download | mariadb-git-f96b66ef53fa3a33f643194765b20646ed6a7e2a.tar.gz |
after merge fix
config/ac-macros/yassl.m4:
added HAVE_YASSL variable
sql/mysqld.cc:
added HAVE_YASSL define
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/yassl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/yassl.m4 b/config/ac-macros/yassl.m4 index 972e4530dab..dcd72cb14f1 100644 --- a/config/ac-macros/yassl.m4 +++ b/config/ac-macros/yassl.m4 @@ -20,7 +20,7 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [ -L\$(top_builddir)/extra/yassl/taocrypt/src -ltaocrypt" openssl_includes="-I\$(top_srcdir)/extra/yassl/include" AC_DEFINE([HAVE_OPENSSL], [1], [Defined by configure. Using yaSSL for OpenSSL emulation.]) - + AC_DEFINE([HAVE_YASSL], [1], [Defined by configure. Using yaSSL for OpenSSL emulation.]) # System specific checks yassl_integer_extra_cxxflags="" case $host_cpu--$CXX_VERSION in |