summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHarin Vadodaria <harin.vadodaria@oracle.com>2012-11-21 19:12:20 +0530
committerHarin Vadodaria <harin.vadodaria@oracle.com>2012-11-21 19:12:20 +0530
commit5e5bcd74873694e87f09809812c0f905d4eba91e (patch)
tree3d6a5f6ba96eaa5f03b0840b4557c7648b06decd /config
parentd820991044b5dcc214d54ee93e78ca98820f6df0 (diff)
downloadmariadb-git-5e5bcd74873694e87f09809812c0f905d4eba91e.tar.gz
Bug#15883127: PORT FIX FOR BUG #13904906 TO MYSQL 5.1
Description: Updated yassl to version 2.2.2
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/ssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ac-macros/ssl.m4 b/config/ac-macros/ssl.m4
index fc55f93d8d6..4e785ba0a6f 100644
--- a/config/ac-macros/ssl.m4
+++ b/config/ac-macros/ssl.m4
@@ -42,7 +42,7 @@ AC_DEFUN([MYSQL_USE_BUNDLED_YASSL], [
yassl_thread_cxxflags=""
yassl_thread_safe=""
if test "$with_server" != "no" -o "$THREAD_SAFE_CLIENT" != "no"; then
- yassl_thread_cxxflags="-DYASSL_THREAD_SAFE"
+ yassl_thread_cxxflags="-DMULTI_THREADED"
yassl_thread_safe="(thread-safe)"
fi
AC_SUBST([yassl_thread_cxxflags])