From cc7d24cd109128d558445507e508f5b43906ef16 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 23 Nov 2006 20:07:04 +0000 Subject: * correct elfutils requirement message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce797ac9..5ff48549 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,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([systemtap requires elfutils 0.122+])]) + AC_MSG_ERROR([systemtap requires elfutils 0.123+])]) stap_LIBS="$LIBS" LIBS="$SAVE_LIBS" else -- cgit