]> git.alsa-project.org Git - alsa-lib.git/commit
configure.in: don't rely on test -a, not all shells support it
authorSimon McVittie <smcv@debian.org>
Fri, 8 Oct 2010 08:06:58 +0000 (09:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 17 Oct 2010 09:05:13 +0000 (11:05 +0200)
commit5cfa03d2f3a9e6bc62f740640d20bd137b4e3bb5
tree045b51866d4e180f992e18801354fa308ddb3322
parent443c1057379f167639acad5dc197bd50a915b5ab
configure.in: don't rely on test -a, not all shells support it

Notably, /bin/sh in older Debian and Ubuntu is dash, which doesn't.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in