From f8b1fe4546bc779b6155c13b954b65e47254c2df Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Sat, 12 Apr 2025 12:36:37 -0400 Subject: [PATCH] fix documentation/comment for ENABLE_BRAILLE --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 161c454..444aad6 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,7 @@ AC_ARG_ENABLE([braille], [WANTS_BRAILLE=$enableval], [WANTS_BRAILLE=yes]) AS_IF([test "x$WANTS_BRAILLE" = "xyes"], [ - AC_DEFINE([ENABLE_BRAILLE], [1], [Define to enable IPv6]) + AC_DEFINE([ENABLE_BRAILLE], [1], [Define to enable uncode braille character graphs]) USES_BRAILLE=yes ]) -- 2.47.2