diff options
author | Tarek Soliman | 2011-12-15 10:39:28 -0600 |
---|---|---|
committer | Tarek Soliman | 2011-12-15 10:41:21 -0600 |
commit | a4acaeb32726ccdafd744aefa28210bf36581c1e (patch) | |
tree | 58c0329979af9ab929a6a14a93f740b65b4dc277 | |
parent | 6a08869838cc81f703c9a7a3c055805b07393ea1 (diff) | |
download | scummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.tar.gz scummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.tar.bz2 scummvm-rg350-a4acaeb32726ccdafd744aefa28210bf36581c1e.zip |
MAEMO: Don't explicitly link to libpthread
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |