mirror of https://github.com/odrling/Aegisub
Don't check lib libssa - it's not supported and won't ever be. (It's a dead project.)
Originally committed to SVN as r1627.
This commit is contained in:
parent
c3a9aa812a
commit
991562d0f3
10
configure.ac
10
configure.ac
|
@ -161,16 +161,6 @@ AS_IF([test "x$with_libass" != xno], [
|
|||
])
|
||||
])
|
||||
|
||||
PKG_CHECK_MODULES([GLIB], glib-2.0, [
|
||||
CPPFLAGS="$CPPFLAGS $GLIB_CFLAGS"
|
||||
LIBS="$LIBS $GLIB_LIBS"
|
||||
|
||||
AC_CHECK_LIB([ssa], [SSA_Init])
|
||||
AC_CHECK_HEADERS([libssa/libssa.h])
|
||||
], [
|
||||
AC_MSG_WARN([not testing for libssa as it depends on glib-2.0, which was not found])
|
||||
])
|
||||
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
AC_C_VOLATILE
|
||||
|
|
Loading…
Reference in New Issue