diff options
author | bobo1on1 <bob-nospam-@xbmc.org> | 2012-06-01 17:00:21 +0200 |
---|---|---|
committer | bobo1on1 <bob-nospam-@xbmc.org> | 2012-06-01 17:05:33 +0200 |
commit | fe47cca7890d99a7ec7e0f590c47d3a8a1af4320 (patch) | |
tree | 1f891d8f5f492724935d8a8ff3222c3d1479feb8 /configure.in | |
parent | 6f9bb0f49e2a677c3380d658c9be842e7acf75ea (diff) |
fixed: allow compiling without libcap by default if it's not installed
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in index b270ac08cb..e4a9a19c23 100755 --- a/configure.in +++ b/configure.in @@ -1265,14 +1265,6 @@ else fi # libcap -if test "$use_libcap" = "auto"; then - if echo "$ARCH" | grep -q "linux" ; then - use_libcap="yes" - else - use_libcap="no" - fi -fi - if test "$use_libcap" != "no"; then AC_CHECK_HEADERS([sys/capability.h],, [if test "$use_libcap" = "yes"; then |