mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
build: do not call AC_CANONICAL_HOST.
Unless configure uses $host there is no reason to call it directly.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user