about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-02-24 16:53:07 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-02-24 16:53:07 +0000
commitebe071866d8098f1975e3b90dc4f6d81a6b38b31 (patch)
tree964a0ad5c689652b40133a8c364d838292d074d7 /Src/system.h
parent691dd7e5294d232a7ab8327e2038f9779732fa3c (diff)
downloadzsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.gz
zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.tar.xz
zsh-ebe071866d8098f1975e3b90dc4f6d81a6b38b31.zip
20862: attempt to fix configure scripts to detect iconv properly
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
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