aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xmlstub.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-18 15:54:03 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-18 15:54:03 +0000
commitc52c64684210162433fb670c565f9512ad41092d (patch)
tree9b31f6a8c9a6ebadcac573ba20dfcf161d2dcc3d /epan/xmlstub.h
parente36045c1cacf6ab02a5dcf13ecff5779aae708a9 (diff)
Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_H
to HAVE_ICONV. svn path=/trunk/; revision=18758
Diffstat (limited to 'epan/xmlstub.h')
-rw-r--r--epan/xmlstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/xmlstub.h b/epan/xmlstub.h
index 6d8715c338..d126f6e77b 100644
--- a/epan/xmlstub.h
+++ b/epan/xmlstub.h
@@ -104,7 +104,7 @@ extern void xmlCheckVersion(int version);
/*
* Whether iconv support is available
*/
-#ifdef HAVE_ICONV_H
+#ifdef HAVE_ICONV
#define LIBXML_ICONV_ENABLED
#include <iconv.h>
#else