1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r18669: fix the samba3 build...

we need to move the iconv configure checks to libreplace...

metze
(This used to be commit 6b53ed8fdc)
This commit is contained in:
Stefan Metzmacher 2006-09-19 02:03:15 +00:00 committed by Gerald (Jerry) Carter
parent d52612a7d9
commit 3fe99c960f

View File

@ -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