build: run AC_CANONICAL_HOST only
authorJan Engelhardt <jengelh@medozas.de>
Sat, 30 Oct 2010 21:07:13 +0000 (23:07 +0200)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
commit0bb602c405946fe7a972f01b284da7f0a8f60cf2
treebe25bd84668d9565c1252fc403d2db0e9752148b
parent2c9961cade276e1f20f31241ff21e5fb095f2fc8
build: run AC_CANONICAL_HOST only

There is no need to call AC_CANONICAL_SYSTEM when only
AC_CANONICAL_HOST is needed. Also, checking for $target is factually
incorrect, since we do not produce object code like a compiler. Use
$host, which specifies the triple/quadrople where the compiled program
is supposed to run.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac