List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:July 12 2006 3:39pm
Subject:bk commit into 5.0 tree (cmiller:1.2218)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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-07-12 11:39:12-04:00, cmiller@zippy.(none) +1 -0
  Merge zippy.(none):/home/cmiller/mysql-4.1_bug18470
  into  zippy.(none):/home/cmiller/work/mysql/m50-maint--07C2P
  MERGE: 1.1616.2637.1

  configure.in@stripped, 2006-07-12 11:39:08-04:00, cmiller@zippy.(none) +0 -0
    Auto merged
    MERGE: 1.201.68.1

# 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:	cmiller
# Host:	zippy.(none)
# Root:	/home/cmiller/work/mysql/m50-maint--07C2P/RESYNC

--- 1.397/configure.in	2006-07-12 11:39:16 -04:00
+++ 1.398/configure.in	2006-07-12 11:39:16 -04:00
@@ -651,7 +651,7 @@
 
 AC_MSG_CHECKING(if we should use assembler functions)
 # For now we only support assembler on i386 and sparc systems
-AM_CONDITIONAL(ASSEMBLER_x86, test "$ENABLE_ASSEMBLER" = "yes" -a "$BASE_MACHINE_TYPE" = "i386")
+AM_CONDITIONAL(ASSEMBLER_x86, test "$ENABLE_ASSEMBLER" = "yes" -a "$BASE_MACHINE_TYPE" = "i386" && $AS strings/strings-x86.s -o checkassembler >/dev/null 2>&1 && test -f checkassembler && (rm -f checkassembler; exit 0;))
 AM_CONDITIONAL(ASSEMBLER_sparc32, test "$ENABLE_ASSEMBLER" = "yes" -a "$BASE_MACHINE_TYPE" = "sparc")
 AM_CONDITIONAL(ASSEMBLER_sparc64, test "$ENABLE_ASSEMBLER" = "yes" -a "$BASE_MACHINE_TYPE" = "sparcv9")
 AM_CONDITIONAL(ASSEMBLER, test "$ASSEMBLER_x86_TRUE" = "" -o "$ASSEMBLER_sparc32_TRUE" = "")
Thread
bk commit into 5.0 tree (cmiller:1.2218)Chad MILLER12 Jul