From b9894b92f804d1214640f3ad838fe5461456e271 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Sep 2008 12:14:18 +0200 Subject: [PATCH] configure: removed gthread test Threading has been disabled when I overhauled lyrics support. Remove all libgthread checks from configure.ac. --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configure.ac b/configure.ac index 1a0aa0d..c3aef2f 100644 --- a/configure.ac +++ b/configure.ac @@ -126,21 +126,6 @@ else AM_PO_SUBDIRS fi -dnl check for gthreads -PKG_CHECK_MODULES([GTHREAD], - [gthread-2.0], - [gthread=yes], - [AC_MSG_WARN([gthread-2.0 >= 0.20 is required the lyrics screen])]) -AC_SUBST(GTHREAD_LIBS) -AC_SUBST(GTHREAD_CFLAGS) - -#if test "x$gthread-2.0" != "xyes"; then -# PKG_CHECK_MODULES([GTHREAD], -# [glib-2.0 >= 2.2], -# [nls=no], -# [AC_MSG_ERROR([glib-2.2 is required])]) -#fi - dnl disbale raw mode AC_MSG_CHECKING([Place the terminal into raw mode]) AC_ARG_ENABLE([raw-mode], -- 2.30.2