diff options
author | unknown <serg@serg.mylan> | 2006-04-03 12:07:18 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-04-03 12:07:18 +0200 |
commit | 70f4dbaa6e67d61df5ad19da47bcd2338e4eb7f3 (patch) | |
tree | a4e5a4346d6ab0c3a440a9ee91f896d3f17d0b11 /config | |
parent | b5ca723613666bc6472de8d02e50fee7ea7785ef (diff) | |
download | mariadb-git-70f4dbaa6e67d61df5ad19da47bcd2338e4eb7f3.tar.gz |
yassl link problem fixed
config/ac-macros/yassl.m4:
typo
libmysql/Makefile.am:
move common code to Makefile.shared
libmysql/Makefile.shared:
move common code to Makefile.shared
libmysql_r/Makefile.am:
move common code to Makefile.shared
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" ]) ]) |