Remove build_bsd as it's no longer used by anything

Originally committed to SVN as r6152.
This commit is contained in:
Thomas Goyne 2011-12-23 23:30:31 +00:00
parent d87ff50fc1
commit 38b3379b3a
1 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@ AC_CANONICAL_HOST
###########################
build_darwin="no"
build_linux="no"
build_bsd="no"
build_default="no"
AS_CASE([$host],
@ -58,13 +57,11 @@ AS_CASE([$host],
AS_CASE([$host],
[*-*-darwin*], [build_darwin="yes"; AC_SUBST(DARWIN_ARCH)],
[*-*-linux*], [build_linux="yes"],
[*-*-bsd*], [build_bsd="yes"],
[build_default="yes"])
# Used for universalchardet.
AC_AGI_MDCPUCFG($host)
AC_SUBST(build_bsd)
AC_SUBST(build_linux)
AC_SUBST(build_darwin)
AC_SUBST(build_default)