From 69e4bcd9d42e828b1d77584947156606289f1e38 Mon Sep 17 00:00:00 2001 From: guanglei Date: Tue, 10 Oct 2006 09:53:54 +0000 Subject: * runtime/lket/b2a/lket_b2a.c, runtime/lket/b2a/lket_b2a.h: Adding the support of automatically database creation and dumping lket trace into mysql database * configure.ac: add the checking of mysql client library * Makefile.in, configure: regenerated * runtime/lket/b2a/Makefile.am: add the checking and optional compiling for mysql client library * runtime/lket/b2a/Makefile.in: regenerated --- testsuite/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite') diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 9d69cf3b..88f4054a 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -80,6 +80,8 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +HAS_MYSQL_FALSE = @HAS_MYSQL_FALSE@ +HAS_MYSQL_TRUE = @HAS_MYSQL_TRUE@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -- cgit