From 966ec7c82ec95d124ca239cdc093c37e38bbf44e Mon Sep 17 00:00:00 2001 From: "\"Jean-Francois Dockes ext:(%22)" Date: Sat, 24 Jul 2010 12:08:41 +0200 Subject: [PATCH] comment --- src/configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/configure b/src/configure index 1082ded2..924cd01f 100755 --- a/src/configure +++ b/src/configure @@ -4069,7 +4069,11 @@ done ##### Look for iconv. We look for libiconv in ${libdir}, /opt/local/lib, -##### /usr/local/lib then in libc (Linux, solaris) +##### /usr/local/lib then in libc (Linux, solaris). Note that there is no +##### way to find libiconv in /usr/local if one exists in ${libdir} (can't +##### do because the link will always succeed in this case so that if we +##### put /usr/local/lib in front in this case, we may end up with using it +##### even if no libiconv in there. We'd need a --with-libiconv= option ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'