diff options
author | Dave Brolley <brolley@redhat.com> | 2008-08-20 14:41:38 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-08-20 14:41:38 -0400 |
commit | dce882537b3a31d0b4fa2ebac0d4984ed6acd302 (patch) | |
tree | 7a740f602f05341e3022fd021435446152444336 /configure.ac | |
parent | 1598733bd611536ea7a708c161bc4bbfbf25569c (diff) | |
parent | ef4042bd5adb8062c31789a9786bf558f5f11e9e (diff) | |
download | systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.gz systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.xz systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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 6728ace7..084e457c 100644 --- a/configure.ac +++ b/configure.ac @@ -181,10 +181,10 @@ AC_SUBST(elfutils_abs_srcdir, `AS_IF([test $build_elfutils = yes], [cd $with_elfutils && pwd])`) if test $build_elfutils = no; then - # Need libdwfl-capable recent elfutils from Fedora + # Need libdwfl-capable recent elfutils http://elfutils.fedorahosted.org/ save_LIBS="$LIBS" AC_CHECK_LIB(dw, dwfl_module_getsym,[],[ - AC_MSG_ERROR([missing elfutils development headers/libraries (dw 0.123+)])], + AC_MSG_ERROR([missing elfutils development headers/libraries (install elfutils-devel, libebl-dev, libdw-dev and/or libebl-devel)])], [-Wl,--start-group -ldw -lebl -Wl,--end-group -lelf]) stap_LIBS="-Wl,--start-group -ldw -lebl -Wl,--end-group -lelf" LIBS="$save_LIBS" |