diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-11 07:44:13 -0700 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-11 07:44:13 -0700 |
commit | df77638da16ee4ce7c25540fb0411c0857b53e12 (patch) | |
tree | cfa4751097fe3348a83e5d87e5d17f9c2a922daa /configure.ac | |
parent | 78443185d4f09dd1ffd459dd333407d2458fb4e4 (diff) | |
download | ODR-AudioEnc-df77638da16ee4ce7c25540fb0411c0857b53e12.tar.gz ODR-AudioEnc-df77638da16ee4ce7c25540fb0411c0857b53e12.tar.bz2 ODR-AudioEnc-df77638da16ee4ce7c25540fb0411c0857b53e12.zip |
build: do not call AC_CANONICAL_HOST.
Unless configure uses $host there is no reason to call it directly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 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 |