From ebbf2a18cede3eed37037425d15c994c75e04f8f Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 17 Jul 2006 09:01:09 +0000 Subject: 2006-07-17 Roland McGrath * configure.ac, systemtap.spec.in: Require elfutils-0.122. * configure: Regenerated. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a1edcbba..a094b346 100644 --- a/configure.ac +++ b/configure.ac @@ -43,8 +43,8 @@ fi if test $build_elfutils = no; then # Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" - AC_CHECK_LIB(dw, dwfl_version,,[ - AC_MSG_ERROR([systemtap requires elfutils 0.120+])]) + AC_CHECK_LIB(dw, dwfl_module_getsym,,[ + AC_MSG_ERROR([systemtap requires elfutils 0.122+])]) stap_LIBS="$LIBS" LIBS="$SAVE_LIBS" else -- cgit