diff options
author | serg@serg.mylan <> | 2006-04-03 12:07:18 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-04-03 12:07:18 +0200 |
commit | a1bf113868734a060ad22755e813ad5355f25bb5 (patch) | |
tree | a4e5a4346d6ab0c3a440a9ee91f896d3f17d0b11 /config | |
parent | 0298bfaac649ba00d56c3be3e1062f0262367c14 (diff) | |
download | mariadb-git-a1bf113868734a060ad22755e813ad5355f25bb5.tar.gz |
yassl link problem fixed
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" ]) ]) |