aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-02 10:01:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-02 10:01:00 +0000
commitf1b98e60bcd6614ade2fc9d28da7f4b7636e4aed (patch)
treefa5faeded02ee5843d3dff1d79dc45c8b31a2d0e /configure.in
parent4ce74359eb0d2c56bba24b888b2912d9dd2e3123 (diff)
Don't assume that all UNIX platforms have <iconv.h> - explicitly check
whether it's present. This puts HAVE_ICONV_H in the "config.h" file, so put in an entry for it in "config.h.win32" - an entry that doesn't define it - and get rid of the check for WIN32 in "xmlstub.h". svn path=/trunk/; revision=4124
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d85934d7ba..dd99440485 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.139 2001/10/12 17:17:04 gerald Exp $
+# $Id: configure.in,v 1.140 2001/11/02 10:01:00 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -443,6 +443,7 @@ AC_CHECK_HEADERS(sys/wait.h)
AC_CHECK_HEADERS(netinet/in.h)
AC_CHECK_HEADERS(stddef.h)
AC_CHECK_HEADERS(arpa/inet.h)
+AC_CHECK_HEADERS(iconv.h)
dnl SSL Check
SSL_LIBS=''