aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Soliman2011-12-15 10:39:28 -0600
committerTarek Soliman2011-12-15 10:41:21 -0600
commita4acaeb32726ccdafd744aefa28210bf36581c1e (patch)
tree58c0329979af9ab929a6a14a93f740b65b4dc277
parent6a08869838cc81f703c9a7a3c055805b07393ea1 (diff)
downloadscummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.tar.gz
scummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.tar.bz2
scummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.zip
MAEMO: Don't explicitly link to libpthread
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 5afcc2ea33..ea858856ff 100755
--- a/configure
+++ b/configure
@@ -2292,7 +2292,6 @@ if test -n "$_host"; then
CXXFLAGS="$CXXFLAGS -mcpu=arm926ej-s"
CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
INCLUDES="$INCLUDES -I/usr/X11R6/include"
- LIBS="$LIBS -lpthread"
LIBS="$LIBS -lX11"
LIBS="$LIBS -L/usr/lib"