MAEMO: Fix compile error when using Maemo 5 SDK

Thanks NerdKnight
(cherry picked from commit ba9eb8bffd)
This commit is contained in:
Tarek Soliman 2011-12-02 21:26:40 -06:00
parent 523f4af080
commit 864a751b17

1
configure vendored
View file

@ -2266,6 +2266,7 @@ if test -n "$_host"; then
CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
INCLUDES="$INCLUDES -I/usr/X11R6/include"
LIBS="$LIBS -lpthread"
LIBS="$LIBS -lX11"
LIBS="$LIBS -L/usr/lib"
_backend="maemo"