Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
88b330e5
Commit
88b330e5
authored
May 18, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use --with-ssl
parent
24c48af7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BUILD/compile-dist
BUILD/compile-dist
+1
-1
config/ac-macros/ssl.m4
config/ac-macros/ssl.m4
+2
-2
No files found.
BUILD/compile-dist
View file @
88b330e5
...
...
@@ -54,7 +54,7 @@ fi
--with-federated-storage-engine
\
--with-berkeley-db
\
--with-innodb
\
--with-
ya
ssl
\
--with-ssl
\
--enable-thread-safe-client
\
--with-extra-charsets
=
complex
\
--with-ndbcluster
\
...
...
config/ac-macros/ssl.m4
View file @
88b330e5
...
...
@@ -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" ])
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment