mirror of https://github.com/odrling/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
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue