diff options
author | tonu@volk.internalnet <> | 2001-09-22 22:32:43 +0800 |
---|---|---|
committer | tonu@volk.internalnet <> | 2001-09-22 22:32:43 +0800 |
commit | d6fb40171b3b6963cef47e2809906fff92da480c (patch) | |
tree | 87ae13dc38b8ce2245346961c9fe7466017f83af /Build-tools/Do-all-build-steps | |
parent | ed297508c4357cba42c465cb8d2e6b8260b7bb19 (diff) | |
download | mariadb-git-d6fb40171b3b6963cef47e2809906fff92da480c.tar.gz |
SSL parser changes to allow SSL specific GRANT commands
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index cb7bb999513..e17e6acf305 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -65,6 +65,8 @@ aclocal; autoheader; aclocal; automake; autoconf --enable-thread-safe-client \ --with-berkeley-db \ --with-innodb \ + --with-openssl \ + --with-vio \ --without-pstack \ --with-extra-tools \ --with-embedded-server |