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 416ea6f7d..2d999ad47 100755
--- a/configure
+++ b/configure
@@ -8369,6 +8369,11 @@ cat >>confdefs.h <<\_ACEOF
8369_ACEOF 8369_ACEOF
8370 8370
8371 fi 8371 fi
8372
8373cat >>confdefs.h <<\_ACEOF
8374#define OOM_ADJUST 1
8375_ACEOF
8376
8372 ;; 8377 ;;
8373mips-sony-bsd|mips-sony-newsos4) 8378mips-sony-bsd|mips-sony-newsos4)
8374 8379
@@ -28011,6 +28016,8 @@ fi
28011$as_echo "$ac_cv_lib_selinux_setexeccon" >&6; } 28016$as_echo "$ac_cv_lib_selinux_setexeccon" >&6; }
28012if test $ac_cv_lib_selinux_setexeccon = yes; then 28017if test $ac_cv_lib_selinux_setexeccon = yes; then
28013 LIBSELINUX="-lselinux" 28018 LIBSELINUX="-lselinux"
28019 LIBS="$LIBS -lselinux"
28020
28014else 28021else
28015 { { $as_echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5 28022 { { $as_echo "$as_me:$LINENO: error: SELinux support requires libselinux library" >&5
28016$as_echo "$as_me: error: SELinux support requires libselinux library" >&2;} 28023$as_echo "$as_me: error: SELinux support requires libselinux library" >&2;}