bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] [PATCH] Correct configure variable typo


From: David Michael
Subject: [Bug-readline] [PATCH] Correct configure variable typo
Date: Thu, 27 Feb 2014 12:53:47 -0500

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]