aboutsummaryrefslogtreecommitdiffstats
path: root/android-configure.sh
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-12-10 22:33:51 +0100
committerDavid 'Digit' Turner <digit@android.com>2010-12-17 15:34:40 +0100
commita7ef1ac760850dc2e45561ac3ad2e7f71507aeb3 (patch)
tree8e5fbcd5f9d7304bc1dd119f3ed6113e754c830b /android-configure.sh
parent6750d0fbf0c4e1847b7c8322f3140efd01917afe (diff)
downloadexternal_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.zip
external_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.tar.gz
external_qemu-a7ef1ac760850dc2e45561ac3ad2e7f71507aeb3.tar.bz2
Do not try to run the audio config tests.
This actually prevents the script from working when using a cross-toolchain. Change-Id: I9083cbb1fc78a9e5e3e569259ccdc7c87698ceef
Diffstat (limited to 'android-configure.sh')
-rwxr-xr-xandroid-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-configure.sh b/android-configure.sh
index fbc7f0d..24dbf99 100755
--- a/android-configure.sh
+++ b/android-configure.sh
@@ -294,7 +294,7 @@ probe_system_library ()
CFLAGS="$ORG_CFLAGS"
LDFLAGS="$ORG_LDFLAGS -ldl"
cp -f android/config/check-esd.c $TMPC
- compile && link && $TMPE
+ compile
if [ $? = 0 ] ; then
log "AudioProbe : $2 seems to be usable on this system"
else