diff options
author | roland <roland> | 2006-07-17 09:01:09 +0000 |
---|---|---|
committer | roland <roland> | 2006-07-17 09:01:09 +0000 |
commit | ebbf2a18cede3eed37037425d15c994c75e04f8f (patch) | |
tree | 22784d5dcb24e3c4bdd6cb96c2cb9802f2e2672b /configure.ac | |
parent | ec819dc35d58e1bd0dadac68124d9a695724d3ba (diff) | |
download | systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.tar.gz systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.tar.xz systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.zip |
2006-07-17 Roland McGrath <roland@redhat.com>
* configure.ac, systemtap.spec.in: Require elfutils-0.122.
* configure: Regenerated.
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 |