From df77638da16ee4ce7c25540fb0411c0857b53e12 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 11 Jul 2012 07:44:13 -0700 Subject: build: do not call AC_CANONICAL_HOST. Unless configure uses $host there is no reason to call it directly. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index e9b1b9c..5e4fbd7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3