build: do not call AC_CANONICAL_HOST.

Unless configure uses $host there is no reason to call it directly.
This commit is contained in:
Diego Elio Pettenò 2012-07-11 07:44:13 -07:00
parent 78443185d4
commit df77638da1
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ AM_INIT_AUTOMAKE([tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])
# Cross compiling support
AC_CANONICAL_HOST
# Checks for programs.
AC_PROG_CXX