mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Bug #28267 Cannot build with OpenSSL
- Fix use of uninitialized variable in config/ac-macros/ssl.m4
This commit is contained in:
parent
53758bb96f
commit
3899138fe0
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [
|
||||||
# compiler warnings when using gcc 3.x
|
# compiler warnings when using gcc 3.x
|
||||||
if test "$openssl_include" != "/usr/include"
|
if test "$openssl_include" != "/usr/include"
|
||||||
then
|
then
|
||||||
openssl_includes="-I$ssl_include"
|
openssl_includes="-I$openssl_include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue