summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index d7e69489a..e8831e5cc 100755
--- a/configure
+++ b/configure
@@ -8027,6 +8027,11 @@ cat >>confdefs.h <<\_ACEOF
8027_ACEOF 8027_ACEOF
8028 8028
8029 fi 8029 fi
8030
8031cat >>confdefs.h <<\_ACEOF
8032#define OOM_ADJUST 1
8033_ACEOF
8034
8030 ;; 8035 ;;
8031mips-sony-bsd|mips-sony-newsos4) 8036mips-sony-bsd|mips-sony-newsos4)
8032 8037
@@ -26574,6 +26579,8 @@ fi
26574echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; } 26579echo "${ECHO_T}$ac_cv_lib_selinux_setexeccon" >&6; }
26575if test $ac_cv_lib_selinux_setexeccon = yes; then 26580if test $ac_cv_lib_selinux_setexeccon = yes; then
26576 LIBSELINUX="-lselinux" 26581 LIBSELINUX="-lselinux"
26582 LIBS="$LIBS -lselinux"
26583
26577else 26584else
26578 { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 26585 { { echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5
26579echo "$as_me: error: SELinux support requires libselinux library" >&2;} 26586echo "$as_me: error: SELinux support requires libselinux library" >&2;}