aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-13 18:17:32 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-13 18:17:32 +0000
commita832d689c6723f75fba9ebdd330f7cdc16a87505 (patch)
treeea7c536125331094ad4c3c1de2419a96c9f461ad /configure.in
parent8b9e4e40e4fcb3d210a5a95d97b148eacf4e60bb (diff)
Under Solaris (9, at least) the "iconv.h" header supplied with GNU libiconv
is incompatible with the iconv routines in libc. Add an aclocal macro from Bruno Haible that sorts everything out. svn path=/trunk/; revision=18729
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 42d069be28..676ffc6e4f 100644
--- a/configure.in
+++ b/configure.in
@@ -854,7 +854,9 @@ AC_CHECK_HEADERS(direct.h dirent.h fcntl.h netdb.h stdarg.h stddef.h unistd.h)
AC_CHECK_HEADERS(sys/ioctl.h sys/param.h sys/socket.h sys/sockio.h sys/stat.h sys/time.h sys/types.h sys/utsname.h sys/wait.h)
AC_CHECK_HEADERS(netinet/in.h)
AC_CHECK_HEADERS(arpa/inet.h arpa/nameser.h)
-AC_CHECK_HEADERS(iconv.h)
+
+dnl iconv check
+AM_ICONV
dnl SSL Check
SSL_LIBS=''