aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-05-07 18:52:31 +0200
committerKlaus Reimer2011-05-08 17:37:31 +0200
commit6631cf60db6ecb6b426c2c9c3d5606617ebb4689 (patch)
treee4435d4d56ff3fe6ccf26ac489db0e65407c7f92 /configure
parent73ee6ec702eed0742be525a5015fabd14c9f6bf0 (diff)
downloadscummvm-rg350-6631cf60db6ecb6b426c2c9c3d5606617ebb4689.tar.gz
scummvm-rg350-6631cf60db6ecb6b426c2c9c3d5606617ebb4689.tar.bz2
scummvm-rg350-6631cf60db6ecb6b426c2c9c3d5606617ebb4689.zip
WEBOS: Removed unused libpdl linking.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ab67aa5101..583449b04a 100755
--- a/configure
+++ b/configure
@@ -3140,7 +3140,7 @@ case $_backend in
;;
webos)
# There is no sdl-config in the WebOS PDK so we don't use find_sdlconfig here.
- LIBS="$LIBS -lSDL -lpdl"
+ LIBS="$LIBS -lSDL"
DEFINES="$DEFINES -DSDL_BACKEND -DWEBOS"
MODULES="$MODULES backends/platform/sdl"
;;