From 2e468ee5df6371799d627f78245417fd61c5741d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Oct 2006 10:12:39 +0000 Subject: r19442: this real cause of the failures on *BSD came from the missing ICONV dependency and not from a broken configure test and incorrect ifdef's. metze (This used to be commit 3df2cb1ea82dae7395d3d19ba73f97dad26bb86b) --- source4/lib/replace/system/iconv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/replace/system') diff --git a/source4/lib/replace/system/iconv.h b/source4/lib/replace/system/iconv.h index f01d135dd1..abc2d6f4e1 100644 --- a/source4/lib/replace/system/iconv.h +++ b/source4/lib/replace/system/iconv.h @@ -35,11 +35,11 @@ #endif #ifdef HAVE_NATIVE_ICONV -#if defined(HAVE_ICONV_H) +#if defined(HAVE_ICONV) #include -#elif defined(HAVE_GICONV_H) +#elif defined(HAVE_GICONV) #include -#elif defined(HAVE_BICONV_H) +#elif defined(HAVE_BICONV) #include #endif #endif /* HAVE_NATIVE_ICONV */ -- cgit