List:Commits« Previous MessageNext Message »
From:kent Date:January 1 2007 6:23am
Subject:bk commit into 5.0 tree (kent:1.2358)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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-01-01 07:23:43+01:00, kent@stripped +1 -0
  Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
  into  mysql.com:/home/kent/bk/tmp/mysql-5.0-build
  MERGE: 1.1616.2873.32

  configure.in@stripped, 2007-01-01 07:23:41+01:00, kent@stripped +0 -0
    Auto merged
    MERGE: 1.201.64.17

# 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:	kent
# Host:	kent-amd64.(none)
# Root:	/home/kent/bk/tmp/mysql-5.0-build/RESYNC

--- 1.413/configure.in	2007-01-01 07:23:47 +01:00
+++ 1.414/configure.in	2007-01-01 07:23:47 +01:00
@@ -2528,10 +2528,14 @@
 export CC CXX CFLAGS CXXFLAGS LD LDFLAGS AR
 ac_configure_args="$ac_configure_args CFLAGS='$CFLAGS' CXXFLAGS='$CXXFLAGS'"
 
-if test "$with_server" = "yes" -o "$THREAD_SAFE_CLIENT" != "no"
+if test "$with_server" != "no" -o "$THREAD_SAFE_CLIENT" != "no"
 then
   AC_DEFINE([THREAD], [1],
             [Define if you want to have threaded code. This may be undef on client code])
+fi
+
+if test "$with_server" != "no"
+then
   # Avoid _PROGRAMS names
   THREAD_LOBJECTS="thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o mf_keycache.o"
   AC_SUBST(THREAD_LOBJECTS)
Thread
bk commit into 5.0 tree (kent:1.2358)kent1 Jan