From b7a8561ea1f20122cf048c2fea3d24b51d52cf43 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 15 Aug 2003 20:30:52 +0000 Subject: Do not cache iconv checks because we are looking for it now in different places and negative result does not mean we don't have iconv unless we checked everything (This used to be commit d46f8325f2edad28870d7a5c45674bdb52ac08e4) --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 0fa6d8f748..7de985247f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1569,7 +1569,7 @@ dnl there might be a working iconv further down the list of LOOK_DIRS if test x"$ICONV_PATH_SPEC" = "xyes" ; then LIBS="$LIBS -L$ICONV_LOCATION/lib" fi - AC_CACHE_CHECK([for working iconv],samba_cv_HAVE_NATIVE_ICONV,[ +dnl AC_CACHE_CHECK([for working iconv],samba_cv_HAVE_NATIVE_ICONV,[ default_dos_charset=no default_display_charset=no default_unix_charset=no @@ -1617,7 +1617,7 @@ dnl there might be a working iconv further down the list of LOOK_DIRS samba_cv_HAVE_NATIVE_ICONV=no fi fi -]) +dnl ]) LIBS="$ic_save_LIBS" if test x"$samba_cv_HAVE_NATIVE_ICONV" = x"yes"; then -- cgit