From 3899138fe0a4df2d80d98191caeb46bc52d416d3 Mon Sep 17 00:00:00 2001 From: "msvensson@pilot.blaudden" <> Date: Mon, 7 May 2007 11:50:38 +0200 Subject: [PATCH] Bug #28267 Cannot build with OpenSSL - Fix use of uninitialized variable in config/ac-macros/ssl.m4 --- config/ac-macros/ssl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ac-macros/ssl.m4 b/config/ac-macros/ssl.m4 index 4ee58318a62..3ff4ef1e143 100644 --- a/config/ac-macros/ssl.m4 +++ b/config/ac-macros/ssl.m4 @@ -104,7 +104,7 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [ # compiler warnings when using gcc 3.x if test "$openssl_include" != "/usr/include" then - openssl_includes="-I$ssl_include" + openssl_includes="-I$openssl_include" fi #