summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-02-04 09:47:29 +0000
committerColin Watson <cjwatson@debian.org>2008-02-04 09:47:29 +0000
commita2418b21add72037f3f16163c13c8cfe246a1292 (patch)
tree67fc350946307bf161e0a7c94bf07a45f1f62ccb /configure
parente0d15aa5dbdb9dc8f57f3550f4e9cde446fefc8c (diff)
* Fix configure detection of getseuserbyname and
get_default_context_with_level (LP: #188136).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 98a7bb261..3e578307d 100755
--- a/configure
+++ b/configure
@@ -25708,6 +25708,8 @@ fi
25708echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; } 25708echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; }
25709if test $ac_cv_lib_selinux_setexeccon = yes; then 25709if test $ac_cv_lib_selinux_setexeccon = yes; then
25710 LIBSELINUX="-lselinux" 25710 LIBSELINUX="-lselinux"
25711 LIBS="$LIBS -lselinux"
25712
25711else 25713else
25712 { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 25714 { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5
25713echo "$as_me: error: SELinux support requires libselinux library" >&2;} 25715echo "$as_me: error: SELinux support requires libselinux library" >&2;}