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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9dce7500
Commit
9dce7500
authored
Jul 23, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--with-openssl-includes/libraries
parent
011e4cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
acinclude.m4
acinclude.m4
+4
-4
No files found.
acinclude.m4
View file @
9dce7500
...
@@ -712,7 +712,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
...
@@ -712,7 +712,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
incs="$1"
incs="$1"
libs="$2"
libs="$2"
case "$incs---$libs" in
case "$incs---$libs" in
default---default
)
---
)
for d in /usr/ssl/include /usr/local/ssl/include /usr/include \
for d in /usr/ssl/include /usr/local/ssl/include /usr/include \
/usr/include/ssl /opt/ssl/include /opt/openssl/include \
/usr/include/ssl /opt/ssl/include /opt/openssl/include \
/usr/local/ssl/include /usr/local/include ; do
/usr/local/ssl/include /usr/local/include ; do
...
@@ -728,7 +728,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
...
@@ -728,7 +728,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
fi
fi
done
done
;;
;;
default---* | *---default
)
---* | *---
)
AC_MSG_ERROR([if either 'includes' or 'libs' is specified, both must be specified])
AC_MSG_ERROR([if either 'includes' or 'libs' is specified, both must be specified])
;;
;;
* )
* )
...
@@ -774,14 +774,14 @@ AC_MSG_CHECKING(for OpenSSL)
...
@@ -774,14 +774,14 @@ AC_MSG_CHECKING(for OpenSSL)
--with-openssl-includes=DIR
--with-openssl-includes=DIR
Find OpenSSL headers in DIR],
Find OpenSSL headers in DIR],
[openssl_includes="$withval"],
[openssl_includes="$withval"],
[openssl_includes=
default
])
[openssl_includes=
""
])
AC_ARG_WITH([openssl-libs],
AC_ARG_WITH([openssl-libs],
[
[
--with-openssl-libs=DIR
--with-openssl-libs=DIR
Find OpenSSL libraries in DIR],
Find OpenSSL libraries in DIR],
[openssl_libs="$withval"],
[openssl_libs="$withval"],
[openssl_libs=
default
])
[openssl_libs=
""
])
if test "$openssl" = "yes"
if test "$openssl" = "yes"
then
then
...
...
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