From 3fe99c960f7c99e421d000f3c29114b94c182ca8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 19 Sep 2006 02:03:15 +0000 Subject: r18669: fix the samba3 build... we need to move the iconv configure checks to libreplace... metze (This used to be commit 6b53ed8fdc2a4c0b3b24e22ada90d14d60cc93fb) --- source3/lib/replace/system/iconv.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source3/lib/replace') diff --git a/source3/lib/replace/system/iconv.h b/source3/lib/replace/system/iconv.h index 75ee1d83ba..fcd3199680 100644 --- a/source3/lib/replace/system/iconv.h +++ b/source3/lib/replace/system/iconv.h @@ -23,12 +23,15 @@ */ #ifdef HAVE_NATIVE_ICONV -#ifdef HAVE_ICONV_H +#ifdef HAVE_ICONV #include #endif -#ifdef HAVE_GICONV_H +#ifdef HAVE_GICONV #include #endif +#ifdef HAVE_BICONV +#include +#endif #endif /* needed for some systems without iconv. Doesn't really matter -- cgit