From 991562d0f3cec5f346f500305461ea7dcbf3584c Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 28 Oct 2007 14:41:04 +0000 Subject: [PATCH] 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. --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 9b3cc77b3..424d72a8d 100644 --- a/configure.ac +++ b/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