You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#MIN_CONFIG
|
|
|
|
PKG_CHECK_MODULES(FT2, freetype2, have_ft2=yes, have_ft2=no)
|
|
if test "x$have_ft2" = "xno"; then
|
|
AC_MSG_ERROR([freetype2 library is needed but not found on our system])
|
|
fi
|