]> git.alsa-project.org Git - alsa-utils.git/commit
build: Do not try to detect cross-compiler
authorMike Frysinger <vapier@chromium.org>
Thu, 8 Oct 2015 16:14:05 +0000 (12:14 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Oct 2015 17:13:47 +0000 (19:13 +0200)
commitc0130c8ec22a89960d9304297a904a2a14979506
tree49336dbac6ecc3dbd71ed7d1f7db5ead961a7130
parent6fb0f5b6d585d741aa4e1391cafceff47b85c6ac
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: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac