search for: 0dfb995

Displaying 1 result from an estimated 1 matches for "0dfb995".

Did you mean: 0d6b7995
2013 Apr 05
1
[PATCH] Mac OS X: Link iconv in libhivex
...lue data appears as Kanji. However, that is an issue distinct from getting the program to run. Signed-off-by: Alex Nelson <a.nelson at prometheuscomputing.com> --- configure.ac | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 0dfb995..298e6a9 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ AS_IF([test "x$with_readline" != xno], dnl For i18n. AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) +AM_ICONV dnl libxml2. PKG_CHECK_MODULES([LIBXML2], [libxml-2.0]) diff --git a/lib/Makefile.am b/l...