diff options
author | fche <fche> | 2007-07-02 19:40:50 +0000 |
---|---|---|
committer | fche <fche> | 2007-07-02 19:40:50 +0000 |
commit | 35a04c8ed90f82fd0b6ec28c1f9413c7273361c6 (patch) | |
tree | 411e31714e07b4ce35db24776ef58d1eee3668ed /config.in | |
parent | 6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b (diff) | |
download | systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.tar.gz systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.tar.xz systemtap-steved-35a04c8ed90f82fd0b6ec28c1f9413c7273361c6.zip |
2007-07-02 Frank Ch. Eigler <fche@rechat.com>
* staplog.c: New file from Satoru MORIYA
<satoru.moriya.br@hitachi.com>, prototype crash(8) extension module.
* configure.ac: Look for crash/defs.h.
* Makefile.am: Build/install staplog.so shared library if found.
* configure, Makefile, config.in, runtime/lket/b2a/Makefile.in:
Regenerated.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,9 @@ /* make -P prologue-searching default */ #undef ENABLE_PROLOGUES +/* Define to 1 if you have the <crash/defs.h> header file. */ +#undef HAVE_CRASH_DEFS_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -18,6 +21,9 @@ /* Define to 1 if you have the `pfm' library (-lpfm). */ #undef HAVE_LIBPFM +/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ +#undef HAVE_LIBSQLITE3 + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |