diff options
author | fche <fche> | 2006-11-23 20:07:04 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-23 20:07:04 +0000 |
commit | cc7d24cd109128d558445507e508f5b43906ef16 (patch) | |
tree | 457c514e704d5353b5df857198dc04cea2ea92d2 | |
parent | 99e407636f9a820371deabf0741e92c298b4e61e (diff) | |
download | systemtap-steved-cc7d24cd109128d558445507e508f5b43906ef16.tar.gz systemtap-steved-cc7d24cd109128d558445507e508f5b43906ef16.tar.xz systemtap-steved-cc7d24cd109128d558445507e508f5b43906ef16.zip |
* correct elfutils requirement message
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5854,8 +5854,8 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.122+" >&5 -echo "$as_me: error: systemtap requires elfutils 0.122+" >&2;} + { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.123+" >&5 +echo "$as_me: error: systemtap requires elfutils 0.123+" >&2;} { (exit 1); exit 1; }; } fi 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 |