diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-02-24 16:53:07 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-02-24 16:53:07 +0000 |
| commit | ebe071866d8098f1975e3b90dc4f6d81a6b38b31 (patch) | |
| tree | 964a0ad5c689652b40133a8c364d838292d074d7 /Src/system.h | |
| parent | 20861: Fix statusline in Unicode, apart from isearch (diff) | |
| download | zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.gz zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.bz2 zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.lz zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.xz zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.zst zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.zip | |
20862: attempt to fix configure scripts to detect iconv properly
Diffstat (limited to 'Src/system.h')
| -rw-r--r-- | Src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h index f434b586e..7fc4a7e65 100644 --- a/Src/system.h +++ b/Src/system.h @@ -701,7 +701,7 @@ extern short ospeed; #else # ifdef HAVE_LANGINFO_H # include <langinfo.h> -# if defined(HAVE_ICONV_H) || defined(HAVE_ICONV) || defined(HAVE_LIBICONV) +# ifdef HAVE_ICONV # include <iconv.h> # endif # endif |
