Do not cache iconv checks because we are looking for it now in different places and...
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Aug 2003 20:30:52 +0000 (20:30 +0000)
committerAlexander Bokovoy <ab@samba.org>
Fri, 15 Aug 2003 20:30:52 +0000 (20:30 +0000)
source/configure.in

index 0fa6d8f7489c3739fba71c50c9f15934662d5353..7de985247f28c88fd7df97586ab580c1264b6e49 100644 (file)
@@ -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