master
Takeshi Abe 2013-04-22 15:52:12 +09:00
parent 88d42fd224
commit ea9da302f9
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ if test "$with_freetype" = yes; then
AC_DEFINE(HAVE_LIBFREETYPE, 1, [Define if you have the freetype library.])
AC_DEFINE(HAVE_FT2BUILD_H, 1, [Define if you have the ft2build.h header.])
fi
AM_CONDITIONAL([HAVE_FREETYPE], test "$with_freetype" = yes)
AM_CONDITIONAL([HAVE_LIBFREETYPE], test "$with_freetype" = yes)
dnl check for libfontconfig by default
AC_ARG_WITH(fontconfig,dnl