about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8d7a99318..84a9d5b99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2087,10 +2087,10 @@ AC_HELP_STRING([--enable-multibyte], [support multibyte chars in the zsh line ed
     zsh_cv_c_zle_unicode_support=yes,
     zsh_cv_c_zle_unicode_support=no)])
 ])
-AH_TEMPLATE([ZLE_UNICODE_SUPPORT],
-[Define to 1 if you want unicode support in the line editor.])
+AH_TEMPLATE([MULTIBYTE_SUPPORT],
+[Define to 1 if you want support for multibyte character sets.])
 if test $zsh_cv_c_zle_unicode_support = yes; then
-  AC_DEFINE(ZLE_UNICODE_SUPPORT)
+  AC_DEFINE(MULTIBYTE_SUPPORT)
 fi
 
 dnl ---------------