MAEMO: Fix compile error when using Maemo 5 SDK

Thanks NerdKnight
This commit is contained in:
Tarek Soliman 2011-12-02 21:26:40 -06:00
parent 0e1be9e6a1
commit ba9eb8bffd

1
configure vendored
View file

@ -2293,6 +2293,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"