From: Max Kellermann Date: Tue, 23 Sep 2008 10:14:18 +0000 (+0200) Subject: configure: removed gthread test X-Git-Tag: v0.12_alpha1~176 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9894b92f804d1214640f3ad838fe5461456e271;p=ncmpc.git configure: removed gthread test Threading has been disabled when I overhauled lyrics support. Remove all libgthread checks from configure.ac. --- 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],