diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |