summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-15 13:44:34 +0200
committerBruno Haible <bruno@clisp.org>2023-04-15 13:44:34 +0200
commit7683ccb338c9ad5a4b8d6d7bd5f150814670b3da (patch)
tree935fa24ca71abb6e94f2e38ea158464464b15c64 /ChangeLog
parentf0d3e2cb362e5610e6bbefe313e4c4687e3903ff (diff)
downloadgnulib-7683ccb338c9ad5a4b8d6d7bd5f150814670b3da.tar.gz
selinux-h: Fix compilation error (regression 2023-04-13).
* m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Instead of defining the C macro HAVE_SELINUX_SELINUX_H to 0, set the Autoconf variable HAVE_SELINUX_SELINUX_H to 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cc56f0210..a6be84b960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-04-15 Bruno Haible <bruno@clisp.org>
+
+ selinux-h: Fix compilation error (regression 2023-04-13).
+ * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Instead of
+ defining the C macro HAVE_SELINUX_SELINUX_H to 0, set the Autoconf
+ variable HAVE_SELINUX_SELINUX_H to 0.
+
2023-04-14 Bruno Haible <bruno@clisp.org>
year2038: Fix configure failure on 32-bit mingw.