aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlaus Reimer2011-05-07 18:52:31 +0200
committerKlaus Reimer2011-05-08 17:39:26 +0200
commit8d7baf9ffa8ed111882cba0ad0150a7c4ab33be8 (patch)
tree3130ce57a43452a34e4fc3b9ee971ba805a10ba3 /configure
parent77817a8be8881fee3d89c2e48a3fccbc0df81baf (diff)
downloadscummvm-rg350-8d7baf9ffa8ed111882cba0ad0150a7c4ab33be8.tar.gz
scummvm-rg350-8d7baf9ffa8ed111882cba0ad0150a7c4ab33be8.tar.bz2
scummvm-rg350-8d7baf9ffa8ed111882cba0ad0150a7c4ab33be8.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 573dd6bc33..9188e0bea3 100755
--- a/configure
+++ b/configure
@@ -3141,7 +3141,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"
;;