diff options
author | gluh@eagle.intranet.mysql.r18.ru <> | 2005-10-12 13:18:46 +0500 |
---|---|---|
committer | gluh@eagle.intranet.mysql.r18.ru <> | 2005-10-12 13:18:46 +0500 |
commit | 4b2a0f0c70e31ab7796d0adb84127ad073ed26af (patch) | |
tree | 951a508114a73571a307b1e946a9ed764a0db586 /config | |
parent | d19c85199fb2f07a51c5bb0cac42782ca8ee0641 (diff) | |
download | mariadb-git-4b2a0f0c70e31ab7796d0adb84127ad073ed26af.tar.gz |
after merge fix
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 |