diff options
author | kent@mysql.com <> | 2006-04-05 10:39:44 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-05 10:39:44 +0200 |
commit | 1f88c4e5df7ea2c38940d4d61f5e86e73548e2b4 (patch) | |
tree | cc22ce24422cf2acb4cfa7b627f762b32f4c66b3 /config | |
parent | b492d05ee9db54726c19a0c246505d4002a41dac (diff) | |
parent | 3ad9bc880d874f97a26243cdd402cfac69e0f3a6 (diff) | |
download | mariadb-git-1f88c4e5df7ea2c38940d4d61f5e86e73548e2b4.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/tmp_merge
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
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 0de93670663..c736f2f10f2 100644 --- a/config/ac-macros/yassl.m4 +++ b/config/ac-macros/yassl.m4 @@ -39,5 +39,5 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [ AC_SUBST(yassl_libs) AC_SUBST(yassl_includes) AC_SUBST(yassl_dir) - AM_CONDITIONAL([HAVE_YASSL], [ test "with_yassl" = "yes" ]) + AM_CONDITIONAL([HAVE_YASSL], [ test "$with_yassl" = "yes" ]) ]) |