* m4/selinux-selinux-h.m4 (gl_LIBSELINUX): Only override the default
with_selinux user setting, leaving explicit --with-selinux untouched.
E.g., coreutils uses --with-selinux to force build the runcon
and chcon stubs on systems without libselinux.
+2026-01-10 Pádraig Brady <P@draigBrady.com>
+
+ selinux-h: only override default --with-selinux user setting
+ * m4/selinux-selinux-h.m4 (gl_LIBSELINUX): Only override the default
+ with_selinux user setting, leaving explicit --with-selinux untouched.
+ E.g., coreutils uses --with-selinux to force build the runcon
+ and chcon stubs on systems without libselinux.
+
2026-01-09 Bruno Haible <bruno@clisp.org>
announce-gen: Fix instructions for verifying the SHA3-256 checksums.
AC_MSG_WARN([This system supports SELinux but libselinux is missing.])
AC_MSG_WARN([AC_PACKAGE_NAME will be compiled without SELinux support.])
fi
- with_selinux=no
+ if test "$with_selinux" = maybe; then
+ with_selinux=no
+ fi
fi
])