List:Commits« Previous MessageNext Message »
From:msvensson Date:June 7 2007 7:22am
Subject:bk commit into 5.1 tree (msvensson:1.2546)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-06-07 09:22:26+02:00, msvensson@pilot.(none) +2 -0
  Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
  into  pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
  MERGE: 1.1810.2944.41

  configure.in@stripped, 2007-06-07 09:22:20+02:00, msvensson@pilot.(none) +0 -0
    Auto merged
    MERGE: 1.245.86.4

  sql/sql_acl.cc@stripped, 2007-06-07 09:22:21+02:00, msvensson@pilot.(none) +0 -0
    Auto merged
    MERGE: 1.128.1.93

# 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:	msvensson
# Host:	pilot.(none)
# Root:	/data/msvensson/mysql/mysql-5.1-new-maint/RESYNC

--- 1.467/configure.in	2007-05-24 17:35:06 +02:00
+++ 1.468/configure.in	2007-06-07 09:22:20 +02:00
@@ -1867,6 +1867,19 @@ else
 fi
 AC_SUBST(TERMCAP_LIB)
 
+# Check if the termcap function 'tgoto' is already declared in
+# system header files or if it need to be declared locally
+AC_CHECK_DECLS(tgoto,,,[
+#ifdef HAVE_CURSES_H
+# include <curses.h>
+#elif HAVE_NCURSES_H
+# include <ncurses.h>
+#endif
+#ifdef HAVE_TERM_H
+# include <term.h>
+#endif
+])
+
 LIBEDIT_LOBJECTS=""
 AC_CHECK_FUNC(strunvis, ,[LIBEDIT_LOBJECTS="$LIBEDIT_LOBJECTS unvis.o"])
 AC_CHECK_FUNC(strvis,   ,[LIBEDIT_LOBJECTS="$LIBEDIT_LOBJECTS vis.o"])
Thread
bk commit into 5.1 tree (msvensson:1.2546)msvensson7 Jun