summaryrefslogtreecommitdiff
path: root/source3/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-19 02:03:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:45 -0500
commit3fe99c960f7c99e421d000f3c29114b94c182ca8 (patch)
tree3f50843364b1f3c11db8b084e45a8f7bb738e286 /source3/lib/replace
parentd52612a7d9336fff18d298aed7a7c9a756b9d31e (diff)
downloadsamba-3fe99c960f7c99e421d000f3c29114b94c182ca8.tar.gz
samba-3fe99c960f7c99e421d000f3c29114b94c182ca8.tar.bz2
samba-3fe99c960f7c99e421d000f3c29114b94c182ca8.zip
r18669: fix the samba3 build...
we need to move the iconv configure checks to libreplace... metze (This used to be commit 6b53ed8fdc2a4c0b3b24e22ada90d14d60cc93fb)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r--source3/lib/replace/system/iconv.h7
1 files changed, 5 insertions, 2 deletions
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 <iconv.h>
#endif
-#ifdef HAVE_GICONV_H
+#ifdef HAVE_GICONV
#include <giconv.h>
#endif
+#ifdef HAVE_BICONV
+#include <biconv.h>
+#endif
#endif
/* needed for some systems without iconv. Doesn't really matter