Below is the list of changes that have just been committed into a local
4.0 repository of serg. When serg 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.1543 03/07/23 16:13:07 serg@xxxxxxxxxx +1 -0
--with-openssl-includes/libraries
acinclude.m4
1.88 03/07/23 16:13:05 serg@xxxxxxxxxx +4 -4
--with-openssl-includes/libraries
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysql-4.0
--- 1.87/acinclude.m4 Tue Jul 22 16:56:50 2003
+++ 1.88/acinclude.m4 Wed Jul 23 16:13:05 2003
@@ -712,7 +712,7 @@
incs="$1"
libs="$2"
case "$incs---$libs" in
- default---default )
+ ---)
for d in /usr/ssl/include /usr/local/ssl/include /usr/include \
/usr/include/ssl /opt/ssl/include /opt/openssl/include \
/usr/local/ssl/include /usr/local/include ; do
@@ -728,7 +728,7 @@
fi
done
;;
- default---* | *---default )
+ ---* | *---)
AC_MSG_ERROR([if either 'includes' or 'libs' is specified, both must be
specified])
;;
* )
@@ -774,14 +774,14 @@
--with-openssl-includes=DIR
Find OpenSSL headers in DIR],
[openssl_includes="$withval"],
- [openssl_includes=default])
+ [openssl_includes=""])
AC_ARG_WITH([openssl-libs],
[
--with-openssl-libs=DIR
Find OpenSSL libraries in DIR],
[openssl_libs="$withval"],
- [openssl_libs=default])
+ [openssl_libs=""])
if test "$openssl" = "yes"
then
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx
|