summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-04-03 12:07:18 +0200
committerserg@serg.mylan <>2006-04-03 12:07:18 +0200
commita1bf113868734a060ad22755e813ad5355f25bb5 (patch)
treea4e5a4346d6ab0c3a440a9ee91f896d3f17d0b11 /config
parent0298bfaac649ba00d56c3be3e1062f0262367c14 (diff)
downloadmariadb-git-a1bf113868734a060ad22755e813ad5355f25bb5.tar.gz
yassl link problem fixed
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/yassl.m42
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" ])
])