summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-03-07 16:11:28 -0500
committerChet Ramey <chet.ramey@case.edu>2014-03-07 16:11:28 -0500
commit15baad6212e659432176d7b69ee9eae30473a914 (patch)
tree951b99ecaa5657eb83ed2de4532f9b593a502649 /aclocal.m4
parentdf8375c37c241d6bad23d5c3af5c4233e363b7d5 (diff)
downloadbash-15baad6212e659432176d7b69ee9eae30473a914.tar.gz
commit bash-20140228 snapshot
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a947272e..ff16dffa 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