Switch to unified view

a/src/configure b/src/configure
...
...
4067
fi
4067
fi
4068
done
4068
done
4069
4069
4070
4070
4071
##### Look for iconv. We look for libiconv in ${libdir}, /opt/local/lib,
4071
##### Look for iconv. We look for libiconv in ${libdir}, /opt/local/lib,
4072
##### /usr/local/lib then in libc (Linux, solaris)
4072
##### /usr/local/lib then in libc (Linux, solaris). Note that there is no
4073
##### way to find libiconv in /usr/local if one exists in ${libdir} (can't
4074
##### do because the link will always succeed in this case so that if we
4075
##### put /usr/local/lib in front in this case, we may end up with using it
4076
##### even if no libiconv in there. We'd need a --with-libiconv= option
4073
ac_ext=cpp
4077
ac_ext=cpp
4074
ac_cpp='$CXXCPP $CPPFLAGS'
4078
ac_cpp='$CXXCPP $CPPFLAGS'
4075
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4079
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4076
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4080
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4077
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4081
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu