summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfche <fche>2005-07-28 16:12:38 +0000
committerfche <fche>2005-07-28 16:12:38 +0000
commit377b88310b59601c0d967c55bd6a46ec024dc2de (patch)
treeab049a3ab79a7312c0f8cdf00098d1994df66677 /configure.ac
parentbc7a7312e332cc37c9ee22964fc586e3aa1ff903 (diff)
downloadsystemtap-steved-377b88310b59601c0d967c55bd6a46ec024dc2de.tar.gz
systemtap-steved-377b88310b59601c0d967c55bd6a46ec024dc2de.tar.xz
systemtap-steved-377b88310b59601c0d967c55bd6a46ec024dc2de.zip
2005-07-28 Frank Ch. Eigler <fche@redhat.com>
translator/1120 translator/1123 * elaborate.cxx (semantic_pass_symbols): Print a more helpful error message around exceptions. * elaborate.h (systemtap_session): Add guru_mode field. * main.cxx (main): Initialize it to false. Add version-sensitive script library searching. Add more failure messages. * tapsets.cxx (dwflpp_assert): Add a decorative text parameter. Update callers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 40447955..00411023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_PROG_MAKE_SET
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
-dnl Need elfutils 0.102+ from <drepper@redhat.com>
+dnl Need libdwfl-capable elfutils 0.102+ from <drepper@redhat.com>
AC_CHECK_HEADERS([libelf.h elfutils/libdw.h elfutils/libdwfl.h])
AC_CHECK_LIB(dw, dwarf_begin)
AC_CHECK_LIB(elf, elf_begin)