PATCH: langinfo.mdd check was always true
Mikael Magnusson <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <[email protected]> |
--- Src/Modules/langinfo.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Modules/langinfo.mdd b/Src/Modules/langinfo.mdd index d56898d42e..33166746c4 100644 --- a/Src/Modules/langinfo.mdd +++ b/Src/Modules/langinfo.mdd @@ -1,6 +1,6 @@ name=zsh/langinfo -link=`if test x$ac_cv_func_nl_langinfo; then echo either; else echo no; fi` +link=`if test x$ac_cv_func_nl_langinfo = xyes; then echo either; else echo no; fi` load=no autofeatures="p:langinfo" -- 2.38.1