diff options
author | Dave Brolley <brolley@redhat.com> | 2008-09-08 10:50:28 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-09-08 10:50:28 -0400 |
commit | e27cf4ed7ebf115a03fc29a639b72b983f5ddff2 (patch) | |
tree | b07abb50bcb5c03e4d88af1b00ae0edc8223091c /configure.ac | |
parent | 0bda97400ce6610899b3fbd7fd19f67030fedcc8 (diff) | |
parent | e6342ff8c11bbed1d2058507b918cf3c140e1322 (diff) | |
download | systemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.tar.gz systemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.tar.xz systemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index 123ac657..294fabe1 100644 --- a/configure.ac +++ b/configure.ac @@ -161,9 +161,6 @@ if test "$enable_docs" == "yes"; then fi AM_CONDITIONAL([BUILD_DOCS], [test "x${have_latex}${have_dvips}${have_ps2pdf}${have_latex2html}" == "xyesyesyesyes" -a "$enable_docs" != "no"]) -AC_CHECK_HEADERS([sys/capability.h], , - [AC_MSG_ERROR([cannot find required libcap header (libcap-devel may need to be installed)])]) - dnl Handle elfutils. If '--with-elfutils=DIR' wasn't specified, used dnl the system's elfutils. build_elfutils=no @@ -215,16 +212,6 @@ x86_64) PROCFLAGS=-m64 ;; esac AC_SUBST([PROCFLAGS]) -# -lcap is used for staprun, so PROCFLAGS comes in to play -SAVE_LIBS="$LIBS" -SAVE_CFLAGS="$CFLAGS" -CFLAGS="$CFLAGS $PROCFLAGS" -AC_CHECK_LIB(cap, cap_init, [], [AC_MSG_ERROR(need $PROCFLAGS -lcap)]) -cap_LIBS="$LIBS" -AC_SUBST(cap_LIBS) -LIBS="$SAVE_LIBS" -CFLAGS="$SAVE_CFLAGS" - # Use tr1/unordered_map if available AC_LANG_PUSH(C++) AC_CHECK_HEADERS([tr1/unordered_map]) |