summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorsvoj@mysql.com <>2005-06-12 18:18:46 +0500
committersvoj@mysql.com <>2005-06-12 18:18:46 +0500
commit685c844fc43b648a7413d895ebbcd30e119b1d88 (patch)
treeb85af950dec5e1657f0299eb81122f1953146d41 /config
parent35dad7352d2eb47d00dc2d8a3ae11c1937d5d9b9 (diff)
downloadmariadb-git-685c844fc43b648a7413d895ebbcd30e119b1d88.tar.gz
WL#2286 - Compile MySQL w/YASSL support
Fix for link failures on boxes with non-gnu compiler.
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/yassl.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ac-macros/yassl.m4 b/config/ac-macros/yassl.m4
index ddacde51c2a..fb7c89181df 100644
--- a/config/ac-macros/yassl.m4
+++ b/config/ac-macros/yassl.m4
@@ -30,4 +30,5 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [
AC_SUBST(openssl_libs)
AC_SUBST(openssl_includes)
AC_SUBST(yassl_dir)
+ AM_CONDITIONAL([HAVE_YASSL], [ test "$yassl" = "yes" ])
])