Bug #28267 Cannot build with OpenSSL

- Fix use of uninitialized variable in config/ac-macros/ssl.m4
parent 53758bb9
...@@ -104,7 +104,7 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [ ...@@ -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
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment