Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-08-14 20:16:47+02:00, msvensson@neptunus.(none) +1 -0
Bug#21327 OpenSSL-checking in configure
- Change $d to $libs as suggested.
- Thanks to Michael Prohm for the patch!
config/ac-macros/openssl.m4@stripped, 2006-08-14 20:16:45+02:00, msvensson@neptunus.(none) +2 -2
Replace $d with $libs as suggested in bug report.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.7/config/ac-macros/openssl.m4 2006-08-14 20:16:52 +02:00
+++ 1.8/config/ac-macros/openssl.m4 2006-08-14 20:16:52 +02:00
@@ -30,8 +30,8 @@ AC_DEFUN([MYSQL_FIND_OPENSSL], [
OPENSSL_INCLUDE=-I$incs
fi
# Test for libssl using all known library file endings
- if test -f $d/libssl.a || test -f $d/libssl.so || \
- test -f $d/libssl.sl || test -f $d/libssl.dylib ; then
+ if test -f $libs/libssl.a || test -f $libs/libssl.so || \
+ test -f $libs/libssl.sl || test -f $libs/libssl.dylib ; then
OPENSSL_LIB=$libs
fi
;;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2250) BUG#21327 | msvensson | 14 Aug |