summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfche <fche>2007-07-02 19:40:50 +0000
committerfche <fche>2007-07-02 19:40:50 +0000
commit35a04c8ed90f82fd0b6ec28c1f9413c7273361c6 (patch)
tree411e31714e07b4ce35db24776ef58d1eee3668ed /configure.ac
parent6deb97532a3cd8f2b6cd8bf34dc903232fd65f6b (diff)
downloadsystemtap-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 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2fd7f311..a94274d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_PROG_CPP
AM_PROG_CC_STDC
AM_PROG_CC_C_O
AM_C_PROTOTYPES
-AC_LANG_CPLUSPLUS
AC_PROG_RANLIB
AC_OBJEXT
AC_EXEEXT
@@ -98,6 +97,14 @@ AC_SUBST(elfutils_abs_srcdir, `AS_IF([test $build_elfutils = yes],
AM_CONDITIONAL(BUILD_LKET_B2A, pkg-config --atleast-version 2.0.0 glib-2.0)
+
+AC_CHECK_HEADERS(crash/defs.h,
+ build_crashmod=yes,build_crashmod=no,
+ [
+#define NR_CPUS 256
+])
+AM_CONDITIONAL(BUILD_CRASHMOD, test $build_crashmod = yes)
+
mysql=false
SAVE_LDFLAGS=$LDFLAGS