Backed out changeset 5486ed1123ad (bug 920551)

This commit is contained in:
Ed Morley 2013-10-25 10:52:45 +01:00
parent eaafd9eaea
commit 582f82c5c1

View File

@ -1942,7 +1942,7 @@ ia64*-hpux*)
no_x=yes
if test -n "$gonkdir"; then
_PLATFORM_DEFAULT_TOOLKIT=cairo-gonk
_PLATFORM_HAVE_RIL=1
MOZ_B2G_RIL=1
MOZ_B2G_FM=1
MOZ_SYNTH_PICO=1
else
@ -7275,14 +7275,9 @@ dnl ========================================================
MOZ_ARG_ENABLE_BOOL(b2g-ril,
[ --enable-b2g-ril Set compile flags necessary for testing B2G Radio Interface Layer via network sockets ],
MOZ_B2G_RIL=1,
MOZ_B2G_RIL=,
MOZ_B2G_RIL=$_PLATFORM_HAVE_RIL )
MOZ_B2G_RIL= )
if test -n "$MOZ_B2G_RIL"; then
if test -n "$_PLATFORM_HAVE_RIL"; then
AC_DEFINE(MOZ_B2G_RIL)
else
AC_MSG_ERROR([b2g-ril cannot be enabled because target platform doesn't support it.])
fi
AC_DEFINE(MOZ_B2G_RIL)
fi
AC_SUBST(MOZ_B2G_RIL)