Fix busted configure on maemo 6. r=oleg

--HG--
extra : rebase_source : 49337aae68a644698e5ca64d64d67d18fc68f926
This commit is contained in:
Doug Turner 2010-08-24 09:53:28 -07:00
parent 1b9d629945
commit 1f26a1ce9f

View File

@ -6898,9 +6898,7 @@ if test $MOZ_PLATFORM_MAEMO; then
if test -z "$_LIB_FOUND"; then
AC_MSG_ERROR([libcontentaction is required when build for Maemo])
fi
fi
if test "$MOZ_PLATFORM_MAEMO" -gt 5; then
MOZ_THUMB2=1
PKG_CHECK_MODULES(MOZ_MEEGOTOUCH, meegotouchcore)
MOZ_ENABLE_MEEGOTOUCH=1