remove AC_CANONICAL_TARGET and use $host* variables instead of $target* variables since thats how it works

SVN revision: 14462
This commit is contained in:
Mike Frysinger 2005-04-29 02:10:36 +00:00
parent 886789078e
commit 9296a2b623
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ rm -f config.cache
AC_INIT(configure.in)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(imlib2, 1.2.0.005)
AM_CONFIG_HEADER(config.h)
@ -91,7 +90,7 @@ requirements="freetype2"
mmx=no
amd64=no
case $target_cpu in
case $host_cpu in
i*86)
mmx="yes"
;;