From bbbce9398b6aba886cfdbd15cc842e79dfd55604 Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Tue, 22 Aug 2006 02:24:58 +0000 Subject: [PATCH] No longer need gthread library. --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index e7c77c329..ebeea4092 100755 --- a/configure +++ b/configure @@ -187,11 +187,6 @@ EOF then CFLAGS_GTK=`pkg-config gtk+-2.0 --cflags` LDFLAGS_GTK=`pkg-config gtk+-2.0 --libs` - if runcmd pkg-config gthread-2.0 - then - CFLAGS_GTK="$CFLAGS_GTK `pkg-config gthread-2.0 --cflags`" - LDFLAGS_GTK="$LDFLAGS_GTK `pkg-config gthread-2.0 --libs`" - fi if gettext_test then echo "yes"