diff options
author | msvensson@neptunus.(none) <> | 2006-01-09 10:01:07 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-09 10:01:07 +0100 |
commit | dad7268273328b0de7c4fca9623960103e2f8fec (patch) | |
tree | 330ea1f743bd500c1b67e6a70299e495f50be50f /config | |
parent | b1214d232ea13c6bcc51d7686b8a51f306be037d (diff) | |
download | mariadb-git-dad7268273328b0de7c4fca9623960103e2f8fec.tar.gz |
Add yassl libs to libmysqlclient_r as well.
Add a symlink 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) |