aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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