diff options
author | Michael Meeks <michael dot meeks at novell dot com> | 2008-08-15 11:49:29 +0100 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-15 08:05:05 -0400 |
commit | e9737939bdde53cfd6a2a16f0bd6494a05634ce8 (patch) | |
tree | b28541894790169ee59942cead1560088f66bdd4 /configure.ac | |
parent | a33ac7e8d41a9e195a4bad3c861fb2d3425fa5ca (diff) | |
download | systemtap-steved-e9737939bdde53cfd6a2a16f0bd6494a05634ce8.tar.gz systemtap-steved-e9737939bdde53cfd6a2a16f0bd6494a05634ce8.tar.xz systemtap-steved-e9737939bdde53cfd6a2a16f0bd6494a05634ce8.zip |
small patch ...
Hi guys,
I append a trivial patch for systemtap. I guess the SUSE wiki page also
needs updating to point out that it's broken in 11.0 by default, and
that you require HEAD with Frank's buildrun.cxx fix for the mach-default
include.
My patch will hopefully make similar problems easier to find in future
(for lovers of -v options ;-)
HTH,
Michael.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6728ace7..5a5a0930 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,7 @@ if test $build_elfutils = no; then # Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" AC_CHECK_LIB(dw, dwfl_module_getsym,[],[ - AC_MSG_ERROR([missing elfutils development headers/libraries (dw 0.123+)])], + AC_MSG_ERROR([missing elfutils development headers/libraries (dw 0.123+) (libebl-devel may need to be installed)])], [-Wl,--start-group -ldw -lebl -Wl,--end-group -lelf]) stap_LIBS="-Wl,--start-group -ldw -lebl -Wl,--end-group -lelf" LIBS="$save_LIBS" |