summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
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