From 685c844fc43b648a7413d895ebbcd30e119b1d88 Mon Sep 17 00:00:00 2001 From: "svoj@mysql.com" <> Date: Sun, 12 Jun 2005 18:18:46 +0500 Subject: WL#2286 - Compile MySQL w/YASSL support Fix for link failures on boxes with non-gnu compiler. --- config/ac-macros/yassl.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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" ]) ]) -- cgit v1.2.1