mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +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
|
then
|
||||||
CFLAGS_GTK=`pkg-config gtk+-2.0 --cflags`
|
CFLAGS_GTK=`pkg-config gtk+-2.0 --cflags`
|
||||||
LDFLAGS_GTK=`pkg-config gtk+-2.0 --libs`
|
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
|
if gettext_test
|
||||||
then
|
then
|
||||||
echo "yes"
|
echo "yes"
|
||||||
|
|
Loading…
Reference in a new issue