mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Use --with-ssl
This commit is contained in:
parent
24c48af7d0
commit
88b330e57f
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ fi
|
|||
--with-federated-storage-engine \
|
||||
--with-berkeley-db \
|
||||
--with-innodb \
|
||||
--with-yassl \
|
||||
--with-ssl \
|
||||
--enable-thread-safe-client \
|
||||
--with-extra-charsets=complex \
|
||||
--with-ndbcluster \
|
||||
|
|
|
@ -23,7 +23,7 @@ AC_DEFUN([MYSQL_USE_BUNDLED_YASSL], [
|
|||
extra/yassl/src/Makefile dnl
|
||||
extra/yassl/testsuite/Makefile)
|
||||
|
||||
with_yassl="yes"
|
||||
with_bundled_yassl="yes"
|
||||
|
||||
yassl_dir="yassl"
|
||||
AC_SUBST([yassl_dir])
|
||||
|
@ -196,5 +196,5 @@ AC_MSG_CHECKING(for SSL)
|
|||
MYSQL_FIND_OPENSSL([$mysql_ssl_dir])
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL([HAVE_YASSL], [ test "$with_yassl" = "yes" ])
|
||||
AM_CONDITIONAL([HAVE_YASSL], [ test "$with_bundled_yassl" = "yes" ])
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue