ANDROID: Trying to fix the recent linker failures

This commit is contained in:
Max Horn 2011-05-26 08:25:28 +02:00
parent a2f16d9155
commit 7b51caedba

2
configure vendored
View file

@ -3105,7 +3105,7 @@ case $_backend in
system_libs=''
for lib in $LIBS; do
case $lib in
-lz|-lm)
-lz|-lm|-ldl)
system_libs="$system_libs $lib"
;;
*)