diff options
author | guanglei <guanglei> | 2006-10-10 09:53:54 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-10-10 09:53:54 +0000 |
commit | 69e4bcd9d42e828b1d77584947156606289f1e38 (patch) | |
tree | 3602df652d7b518b63bf0ac2c661c7631b213be9 /testsuite | |
parent | b1f3e1bd060020f36c35d449914955c3f9cd2aba (diff) | |
download | systemtap-steved-69e4bcd9d42e828b1d77584947156606289f1e38.tar.gz systemtap-steved-69e4bcd9d42e828b1d77584947156606289f1e38.tar.xz systemtap-steved-69e4bcd9d42e828b1d77584947156606289f1e38.zip |
* 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
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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@ |