Typoo:
In readline-6.3, file aclocal.m4 in line 1787:
the second occurrence of "width" has mistakenly been spelled "wdith".


$ diff -u aclocal.m4 new-aclocal.m4
--- aclocal.m4  2013-10-21 00:37:50.000000000 +0200
+++ new-aclocal.m4      2015-05-08 03:25:23.535304500 +0200
@@ -1784,7 +1784,7 @@
         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

Regards,
Enrique

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to