summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/ac/freetype2.ac
blob: c8a5769706849d254d1e5c9ff19e10343e36c673 (plain)
1
2
3
4
5
6
7
8
9
10
## libs/freetype2/ac/freetype2.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype2/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system freetype2
KPSE_TRY_LIB([freetype2],
             [#include <ft2build.h>
#include FT_FREETYPE_H],
             [FT_Library library; FT_Init_FreeType(&library);])