summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorunknown <gluh@eagle.intranet.mysql.r18.ru>2005-10-12 13:18:46 +0500
committerunknown <gluh@eagle.intranet.mysql.r18.ru>2005-10-12 13:18:46 +0500
commitf96b66ef53fa3a33f643194765b20646ed6a7e2a (patch)
tree951a508114a73571a307b1e946a9ed764a0db586 /config
parent533b8ba2dbeec70e1a3af7016deb0fc0d094daa0 (diff)
downloadmariadb-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.m42
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