diff options
author | msvensson@neptunus.(none) <> | 2006-01-04 16:33:06 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-04 16:33:06 +0100 |
commit | 5bacd5067f88bcf2ca440a93aae34f9fba5384b4 (patch) | |
tree | 330ea1f743bd500c1b67e6a70299e495f50be50f /config | |
parent | b1214d232ea13c6bcc51d7686b8a51f306be037d (diff) | |
download | mariadb-git-5bacd5067f88bcf2ca440a93aae34f9fba5384b4.tar.gz |
Add yassl libs to libmysqlclient_r as well.
Add a link to extra/yassl/include/openssl to inlude when compiling with yassl
Similiar to readline)
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/yassl.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/ac-macros/yassl.m4 b/config/ac-macros/yassl.m4 index 77208faee0c..b4160ad2a99 100644 --- a/config/ac-macros/yassl.m4 +++ b/config/ac-macros/yassl.m4 @@ -30,7 +30,9 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [ ;; esac AC_SUBST([yassl_taocrypt_extra_cxxflags]) - + # Link extra/yassl/include/openssl subdir to include/ + yassl_h_ln_cmd="\$(LN) -s \$(top_srcdir)/extra/yassl/include/openssl openssl" + AC_SUBST(yassl_h_ln_cmd) else yassl_dir="" AC_MSG_RESULT(no) |