Calling AC_CANONICAL_SYSTEM implies AC_CANONICAL_TARGET, which

gives incorrect results when cross compiling. Calling only
AC_CANONICAL_HOST is enough.

issue: 129
This commit is contained in:
Rex Dieter 2014-03-24 16:58:06 +00:00
parent dac95eff3a
commit e0b5b08f9a
1 changed files with 0 additions and 1 deletions

View File

@ -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])