Automated update from host egg

This commit is contained in:
cltbld 2005-03-02 16:57:17 +00:00
Родитель 03115639df
Коммит f0a483efc5
1 изменённых файлов: 7 добавлений и 7 удалений

14
configure поставляемый
Просмотреть файл

@ -17216,14 +17216,14 @@ fi
MOZ_CAIRO_CFLAGS='-I$(DIST)/include/cairo'
MOZ_CAIRO_LIBS="-lcairo -lpixman"
if test -z "$MACOSX"; then
MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS -lfreetype"
fi;
if test "$MOZ_SVG_RENDERER_CAIRO" -o "$MOZ_ENABLE_CAIRO" ; then
MOZ_CAIRO_CFLAGS='-I$(DIST)/include/cairo'
MOZ_CAIRO_LIBS="-lcairo -lpixman"
if test -z "$MACOSX"; then
MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS -lfreetype"
fi
MOZ_TREE_CAIRO=1
# Check whether --enable-system-cairo or --disable-system-cairo was given.
if test "${enable_system_cairo+set}" = set; then