Bug 713935 - Fix debug builds on gonk due not having HAVE_SYS_UIO_H defined, r=khuey

This commit is contained in:
Michael Wu 2011-12-29 15:00:38 -08:00
parent 8ad41d53d9
commit 5c31e6a4b7

View File

@ -336,6 +336,7 @@ if test -n "$gonkdir" ; then
fi
AC_DEFINE(ANDROID)
AC_DEFINE(HAVE_SYS_UIO_H)
CROSS_COMPILE=1
MOZ_CHROME_FILE_FORMAT=omni
ZLIB_DIR=yes