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:
parent
43e6dd56aa
commit
bbbce9398b
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue