From: Bart Trojanowski Date: Sat, 12 Apr 2025 16:36:37 +0000 (-0400) Subject: fix documentation/comment for ENABLE_BRAILLE X-Git-Tag: v0.96~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F530%2Fhead;p=thirdparty%2Fmtr.git fix documentation/comment for ENABLE_BRAILLE --- 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 ])