Below is the list of changes that have just been committed into a local
5.1 repository of jperkin. When jperkin 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, 2007-07-25 10:44:45+02:00, jperkin@stripped +1 -0
Fix for bug#29641 - $CC on Open Server is set to contain arguments
for enabling threads. However, duplicate AC_PROG_* macros in the
innobase plug.in file were resetting $CC and causing link errors.
As AC_PROG_* macros are already used in the main configure.in file
there should be no need for them to be duplicated here too.
storage/innobase/plug.in@stripped, 2007-07-25 10:33:42+02:00, jperkin@stripped +0 -4
Remove AC_PROG_* macros
diff -Nrup a/storage/innobase/plug.in b/storage/innobase/plug.in
--- a/storage/innobase/plug.in 2007-07-10 13:37:37 +02:00
+++ b/storage/innobase/plug.in 2007-07-25 10:33:42 +02:00
@@ -6,10 +6,6 @@ MYSQL_PLUGIN_DYNAMIC(innobase, [ha_inno
MYSQL_PLUGIN_ACTIONS(innobase, [
AC_CHECK_LIB(rt, aio_read, [innodb_system_libs="-lrt"])
AC_SUBST(innodb_system_libs)
- AC_PROG_CC
- AC_PROG_RANLIB
- AC_PROG_INSTALL
- AC_PROG_LIBTOOL
AC_CHECK_HEADERS(aio.h sched.h)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)
| Thread |
|---|
| • bk commit into 5.1 tree (jperkin:1.2554) BUG#29641 | Jonathan Perkin | 25 Jul |