From d87ff50fc13dd28b6cd0b0a54e2fb25d4a6ae14b Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 23 Dec 2011 23:21:12 +0000 Subject: [PATCH] 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. --- aegisub/configure.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aegisub/configure.in b/aegisub/configure.in index 2bb93ad61..cf4164521 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -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)