1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

No longer need gthread library.

This commit is contained in:
Josh Elsasser 2006-08-22 02:24:58 +00:00
parent 43e6dd56aa
commit bbbce9398b

5
configure vendored
View file

@ -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"