autoconf fixy-fixy

Originally committed to SVN as r248.
This commit is contained in:
David Lamparter 2006-03-26 03:06:23 +00:00
parent 215696131b
commit 48c466c070
1 changed files with 3 additions and 3 deletions

View File

@ -50,8 +50,8 @@ AC_CHECK_LIB([pthread], [pthread_join])
AC_CHECK_HEADER([wchar.h],,[
AC_MSG_FAILURE([aegisub needs wide character support, find a wchar.h])
])
PKG_CHECK_MODULES([FREETYPE], freetype2 >= 9.8.3,, [
AC_MSG_FAILURE([aegisub needs FreeType2, go install it])
PKG_CHECK_MODULES([FREETYPE], freetype2 >= 9.7.0,, [
AC_MSG_FAILURE([aegisub needs FreeType2 2.1.9, go install it])
])
WXCONFIG=wx-config
@ -86,7 +86,7 @@ PKG_CHECK_MODULES([ASA], asa = 0.0.1, [
CPPFLAGS="$CPPFLAGS $ASA_CFLAGS"
LIBS="$LIBS $ASA_LIBS"
AC_DEFINE(HAVE_ASA, 1, [found asa via pkg-config])
])
], [true])
AC_CHECK_HEADERS([asa.h])
PKG_CHECK_MODULES([GLIB], glib-2.0, [