diff options
author | fche <fche> | 2007-08-25 01:52:42 +0000 |
---|---|---|
committer | fche <fche> | 2007-08-25 01:52:42 +0000 |
commit | 10b202667b8093e063b4ed479855a0d3324030a3 (patch) | |
tree | 10b723371db3ab2ff3b5cddc9d019dcc16baf6ff /runtime | |
parent | 695875ae13c66a22150f1bea22b49447265403a6 (diff) | |
download | systemtap-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 'runtime')
-rw-r--r-- | runtime/lket/b2a/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lket/b2a/Makefile.in b/runtime/lket/b2a/Makefile.in index 7b061034..e262682a 100644 --- a/runtime/lket/b2a/Makefile.in +++ b/runtime/lket/b2a/Makefile.in @@ -132,6 +132,7 @@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ +cap_LIBS = @cap_LIBS@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ |