Remove special-casing for iconv on BSD

iconv is only one of many dependencies which are likely to be installed
to /usr/local ib BSD.

Originally committed to SVN as r6151.
This commit is contained in:
Thomas Goyne 2011-12-23 23:21:12 +00:00
parent aba01b833a
commit d87ff50fc1

View file

@ -61,11 +61,6 @@ AS_CASE([$host],
[*-*-bsd*], [build_bsd="yes"],
[build_default="yes"])
AS_IF([test "$build_bsd" = "yes"], [
ICONV_CFLAGS="-I/usr/local/include"
ICONV_LIBS="-L/usr/local/lib -liconv"
])
# Used for universalchardet.
AC_AGI_MDCPUCFG($host)