Merge lp:~ignacio-nin/percona-server/5.1-bug1175447 into lp:percona-server/5.1

Proposed by Ignacio Nin
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 559
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1175447
Merge into: lp:percona-server/5.1
Diff against target: 12 lines (+1/-1)
1 file modified
Percona-Server/config/ac-macros/ssl.m4 (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1175447
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+162033@code.launchpad.net

Description of the change

Fix for bug #1175447

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Percona-Server/config/ac-macros/ssl.m4'
2--- Percona-Server/config/ac-macros/ssl.m4 2013-04-15 07:27:14 +0000
3+++ Percona-Server/config/ac-macros/ssl.m4 2013-05-02 07:01:34 +0000
4@@ -119,7 +119,7 @@
5 MYSQL_CHECK_SSL_DIR([$openssl_includes], [$openssl_libs])
6 else
7 # So it gets set to lib/
8- openssl_libs="no"
9+ mysql_ssl_found="no"
10 fi
11
12 if test "$mysql_ssl_found" == "no"

Subscribers

People subscribed via source and target branches