]> git.alsa-project.org Git - alsa-lib.git/commit
build: Do not try to detect cross-compiler
authorKhem Raj <raj.khem@gmail.com>
Tue, 15 Sep 2015 15:48:02 +0000 (18:48 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Sep 2015 08:39:01 +0000 (10:39 +0200)
commitc82417650a1ea4446c19dd82bfab9d8e6cd5a969
treebceba7e29aed56795d6dbe37d1c452143ffd6700
parent9a2fe5399c6ff987fe4e23907c6467c3d2baa307
build: Do not try to detect cross-compiler

cross compilers are passed via path may not be a gcc based cross
compiler in such cases this check fails and try's to force gcc based
cross compiler detection, This code is a convenience that limits the
build system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac