diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/yassl.m4 | 1 |
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" ]) ]) |