Skip to content

Commit

Permalink
Bug 716354 - freetype2 detection doesn't consider cross-compiling. r=…
Browse files Browse the repository at this point in the history
…glandium
  • Loading branch information
makotokato committed Apr 6, 2012
1 parent f6f94eb commit 48061f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 139 deletions.
1 change: 0 additions & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ builtin(include, build/autoconf/glib.m4)dnl
builtin(include, build/autoconf/nspr.m4)dnl
builtin(include, build/autoconf/nss.m4)dnl
builtin(include, build/autoconf/pkg.m4)dnl
builtin(include, build/autoconf/freetype2.m4)dnl
builtin(include, build/autoconf/codeset.m4)dnl
builtin(include, build/autoconf/altoptions.m4)dnl
builtin(include, build/autoconf/mozprog.m4)dnl
Expand Down
137 changes: 0 additions & 137 deletions build/autoconf/freetype2.m4

This file was deleted.

2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ else
dnl ========================================================
dnl = Check for freetype2 and its functionality
dnl ========================================================
AC_CHECK_FT2(6.1.0, [_HAVE_FREETYPE2=1], [_HAVE_FREETYPE2=])
PKG_CHECK_MODULES(FT2, freetype2 >= 6.1.0, _HAVE_FREETYPE2=1, _HAVE_FREETYPE2=)

if test "$_HAVE_FREETYPE2"; then
_SAVE_LIBS="$LIBS"
Expand Down

0 comments on commit 48061f5

Please sign in to comment.