Commit df77638d authored by Diego Elio Pettenò's avatar Diego Elio Pettenò

build: do not call AC_CANONICAL_HOST.

Unless configure uses $host there is no reason to call it directly.
parent 78443185
...@@ -8,9 +8,6 @@ AM_INIT_AUTOMAKE([tar-ustar]) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment