summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-08-15 20:30:52 +0000
committerAlexander Bokovoy <ab@samba.org>2003-08-15 20:30:52 +0000
commitb7a8561ea1f20122cf048c2fea3d24b51d52cf43 (patch)
tree68feb319b783de7a3c652e0d09f30ac0f786a5f7 /source3
parent5047cf7357583a16b4ac89f6a2209748737ebbe2 (diff)
downloadsamba-b7a8561ea1f20122cf048c2fea3d24b51d52cf43.tar.gz
samba-b7a8561ea1f20122cf048c2fea3d24b51d52cf43.tar.bz2
samba-b7a8561ea1f20122cf048c2fea3d24b51d52cf43.zip
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)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
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