aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2011-05-26 08:25:28 +0200
committerMax Horn2011-05-26 08:25:28 +0200
commit7b51caedbaa3594736d8a4f28064de1b65816ca4 (patch)
tree5d383d4b718fa9889f31a382b31b953f08f6d86d /configure
parenta2f16d91552aa888ca3d6f8bbbf41aed3ce75874 (diff)
downloadscummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.tar.gz
scummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.tar.bz2
scummvm-rg350-7b51caedbaa3594736d8a4f28064de1b65816ca4.zip
ANDROID: Trying to fix the recent linker failures
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 736325926b..c4536c02a9 100755
--- a/configure
+++ b/configure
@@ -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"
;;
*)