Hi,
I noticed a minor issue while trying to build the recent readline
version. There is an instance where "width" is mispelled as "wdith",
which can cause the expected variable to be unset and the test result
to not be printed. (I believe this is only cosmetic, and the feature
behaves as intended.) Can this be adjusted for a future release?
Thanks.
David
diff --git a/aclocal.m4 b/aclocal.m4
index a947272..ff16dff 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1784,7 +1784,7 @@ char **v;
exit (w == 0); /* exit 0 if wcwidth broken */
}
],
-bash_cv_wcwidth_broken=yes, bash_cv_wcwdith_broken=no,
bash_cv_wcwidth_broken=no)])
+bash_cv_wcwidth_broken=yes, bash_cv_wcwidth_broken=no,
bash_cv_wcwidth_broken=no)])
if test "$bash_cv_wcwidth_broken" = yes; then
AC_DEFINE(WCWIDTH_BROKEN, 1, [wcwidth is usually not broken])
fi
_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline