diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8369,6 +8369,11 @@ cat >>confdefs.h <<\_ACEOF | |||
8369 | _ACEOF | 8369 | _ACEOF |
8370 | 8370 | ||
8371 | fi | 8371 | fi |
8372 | |||
8373 | cat >>confdefs.h <<\_ACEOF | ||
8374 | #define OOM_ADJUST 1 | ||
8375 | _ACEOF | ||
8376 | |||
8372 | ;; | 8377 | ;; |
8373 | mips-sony-bsd|mips-sony-newsos4) | 8378 | mips-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; } |
28012 | if test $ac_cv_lib_selinux_setexeccon = yes; then | 28017 | if test $ac_cv_lib_selinux_setexeccon = yes; then |
28013 | LIBSELINUX="-lselinux" | 28018 | LIBSELINUX="-lselinux" |
28019 | LIBS="$LIBS -lselinux" | ||
28020 | |||
28014 | else | 28021 | else |
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;} |