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