mirror of https://github.com/mstorsjo/fdk-aac.git
build: do not call AC_CANONICAL_HOST.
Unless configure uses $host there is no reason to call it directly.
This commit is contained in:
parent
78443185d4
commit
df77638da1
|
@ -8,9 +8,6 @@ AM_INIT_AUTOMAKE([tar-ustar])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
# Cross compiling support
|
|
||||||
AC_CANONICAL_HOST
|
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue