From: Sergei Golubchik Date: May 9 2008 10:03am Subject: bk commit into maria tree (serg:1.2630) List-Archive: http://lists.mysql.com/maria/33 Message-Id: <20080509100334.22139.qmail@janus.mylan> Below is the list of changes that have just been committed into a local maria 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-05-09 12:03:28+02:00, serg@stripped +1 -0 temporarily disabling gcc atomic builtins to make pushbuild happier configure.in@stripped, 2008-05-09 12:03:24+02:00, serg@stripped +1 -1 temporarily disabling gcc atomic builtins to make pushbuild happier diff -Nrup a/configure.in b/configure.in --- a/configure.in 2008-03-02 04:58:39 +01:00 +++ b/configure.in 2008-05-09 12:03:24 +02:00 @@ -1746,7 +1746,7 @@ AC_CACHE_CHECK([whether the compiler pro [mysql_cv_gcc_atomic_builtins=no], [mysql_cv_gcc_atomic_builtins=no])]) -if test "x$mysql_cv_gcc_atomic_builtins" = xyes; then +if test "x$mysql_cv_gcc_atomic_builtins" = disabled_xyes; then AC_DEFINE(HAVE_GCC_ATOMIC_BUILTINS, 1, [Define to 1 if compiler provides atomic builtins.]) fi