forked from mia/Aegisub
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:
parent
aba01b833a
commit
d87ff50fc1
1 changed files with 0 additions and 5 deletions
|
@ -61,11 +61,6 @@ AS_CASE([$host],
|
||||||
[*-*-bsd*], [build_bsd="yes"],
|
[*-*-bsd*], [build_bsd="yes"],
|
||||||
[build_default="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.
|
# Used for universalchardet.
|
||||||
AC_AGI_MDCPUCFG($host)
|
AC_AGI_MDCPUCFG($host)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue