OSDN Git Service

Don't use AC_CANONICAL_SYSTEM, only use AC_CANONICAL_HOST.
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 00:02:55 +0000 (01:02 +0100)
committerDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 12:04:03 +0000 (13:04 +0100)
commita42def6e9c3bdfa02ece183a7e67e0790eda0060
tree2e4e8e080265826fee2b122f92dff1e9cbeb6d7d
parent73ddcda842935c2aed6dd57d141688fe61985b26
Don't use AC_CANONICAL_SYSTEM, only use AC_CANONICAL_HOST.

Since alsa-lib is not a tool generating architecture code, the target
definition does not matter, instead use $host and $build properly.

See http://blog.flameeyes.eu/2008/10/11 for a detailed explanation of
the problem and the fix.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
configure.in