summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorfche <fche>2007-08-25 01:52:42 +0000
committerfche <fche>2007-08-25 01:52:42 +0000
commit10b202667b8093e063b4ed479855a0d3324030a3 (patch)
tree10b723371db3ab2ff3b5cddc9d019dcc16baf6ff /config.in
parent695875ae13c66a22150f1bea22b49447265403a6 (diff)
downloadsystemtap-steved-10b202667b8093e063b4ed479855a0d3324030a3.tar.gz
systemtap-steved-10b202667b8093e063b4ed479855a0d3324030a3.tar.xz
systemtap-steved-10b202667b8093e063b4ed479855a0d3324030a3.zip
2007-08-24 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Check for proper $PROCFLAGS-dependent -lcap. * Makefile.am (staprun_LDADD): Use autoconf variable rather than -lcap literal. * configure, aclocal.m4, Makefile.in, config.in: Regenerated.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index f9b13645..8b5e21e5 100644
--- a/config.in
+++ b/config.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `cap' library (-lcap). */
+#undef HAVE_LIBCAP
+
/* Define to 1 if you have the `dw' library (-ldw). */
#undef HAVE_LIBDW
@@ -42,6 +45,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the <sys/capability.h> header file. */
+#undef HAVE_SYS_CAPABILITY_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H