Bug 368844 - "Build with --enable-system-cairo is broken" [p=astralstorm@gmail.com (Rados��aw Szkodzi��ski) r=stuart a1.9=schrep]

This commit is contained in:
reed%reedloden.com 2007-11-20 10:04:19 +00:00
Родитель c8ec905bc4
Коммит 981cdfe479
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6986,10 +6986,10 @@ if test "$MOZ_SVG" -o "$MOZ_ENABLE_CANVAS" -o "$MOZ_ENABLE_CAIRO_GFX" ; then
MOZ_TREE_CAIRO=,
MOZ_TREE_CAIRO=1 )
if test "$MOZ_TREE_CAIRO"; then
# Check for headers defining standard int types.
AC_CHECK_HEADERS(stdint.h inttypes.h sys/int_types.h)
# Check for headers defining standard int types.
AC_CHECK_HEADERS(stdint.h inttypes.h sys/int_types.h)
if test "$MOZ_TREE_CAIRO"; then
# For now we assume that we will have a uint64_t available through
# one of the above headers or mozstdint.h.
AC_DEFINE(HAVE_UINT64_T)