svn commit: samba r18669 - in branches/SAMBA_3_0/source/lib/replace/system: .

metze at samba.org metze at samba.org
Tue Sep 19 02:03:15 GMT 2006


Author: metze
Date: 2006-09-19 02:03:15 +0000 (Tue, 19 Sep 2006)
New Revision: 18669

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18669

Log:
fix the samba3 build...

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

metze

Modified:
   branches/SAMBA_3_0/source/lib/replace/system/iconv.h


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/system/iconv.h
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/system/iconv.h	2006-09-19 01:34:53 UTC (rev 18668)
+++ branches/SAMBA_3_0/source/lib/replace/system/iconv.h	2006-09-19 02:03:15 UTC (rev 18669)
@@ -23,13 +23,16 @@
 */
 
 #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
    what error code we use */



More information about the samba-cvs mailing list