[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test4-10-g9ade136
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Aug 7 16:37:14 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 7d4916379bbf05384ad199004949cc220822aa5f (commit)
- Log -----------------------------------------------------------------
9ade136 build-sys: drop libcap checks, since we don't use caps anymore
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
-----------------------------------------------------------------------
commit 9ade13604e98378e68a82b82ba260869714474b4
Author: Lennart Poettering <lennart at poettering.net>
Date: Sat Aug 8 01:37:32 2009 +0200
build-sys: drop libcap checks, since we don't use caps anymore
diff --git a/configure.ac b/configure.ac
index 179aeb3..4079213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -537,25 +537,6 @@ AC_SUBST(X11_LIBS)
AC_SUBST(HAVE_X11)
AM_CONDITIONAL([HAVE_X11], [test "x$HAVE_X11" = x1])
-#### Capabilities (optional) ####
-
-CAP_LIBS=''
-
-AC_ARG_WITH(
- [caps],
- AS_HELP_STRING([--without-caps],[Omit support for POSIX capabilities.]))
-
-if test "x${with_caps}" != "xno"; then
- AC_SEARCH_LIBS([cap_init], [cap], [], [
- if test "x${with_caps}" = "xyes" ; then
- AC_MSG_ERROR([*** POSIX caps libraries not found])
- fi])
- AC_CHECK_HEADERS([sys/capability.h], [], [
- if test "x${with_caps}" = "xyes" ; then
- AC_MSG_ERROR([*** POSIX caps headers not found])
- fi])
-fi
-
#### Valgrind (optional) ####
AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h])
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list