gbranden pushed a commit to branch master
in repository groff.
commit 73e9c9ec9889d4539d8acbb514a429c9cac8db07
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 15 10:13:45 2026 -0500
configure.ac: Drop custom allocator from summary.
* configure.ac: Stop reporting use of libgroff's custom memory allocator
in configuration summary.
Begins fixing <https://savannah.gnu.org/bugs/?67936>.
---
ChangeLog | 7 +++++++
configure.ac | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 91e7c019a..030b2211f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-15 G. Branden Robinson <[email protected]>
+
+ * configure.ac: Stop reporting use of libgroff's custom memory
+ allocator in configuration summary.
+
+ Begins fixing <https://savannah.gnu.org/bugs/?67936>.
+
2026-03-15 G. Branden Robinson <[email protected]>
* src/devices/xditview/xditview.c (main): Avoid invalid memory
diff --git a/configure.ac b/configure.ac
index 405acbd63..fda719be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,6 @@ then
fi
echo "\
C++ compiler and options : $CXX $CXXFLAGS $CPPFLAGS
- use libgroff's memory allocator : $groff_use_own_allocator
C compiler and options : $CC $CFLAGS $CPPFLAGS
Perl interpreter version : $perl_version
Ghostscript command : $GHOSTSCRIPT"
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit