From e0b5b08f9a261ba98f58caf173842740ce6808c4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 24 Mar 2014 16:58:06 +0000 Subject: [PATCH] Calling AC_CANONICAL_SYSTEM implies AC_CANONICAL_TARGET, which gives incorrect results when cross compiling. Calling only AC_CANONICAL_HOST is enough. issue: 129 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c30ebea9..1bb9dee5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,6 @@ AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([opj_config.h]) -AC_CANONICAL_SYSTEM AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 dist-xz dist-zip])