mirror of
https://github.com/transmission/transmission
synced 2025-02-02 12:32:54 +00:00
Fix a typo which could cause configure to fail to find gettext header.
This commit is contained in:
parent
28cce2a6a1
commit
7612153c8b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -159,7 +159,7 @@ EOF
|
|||
do
|
||||
if runcmd $CC $CFLAGS_GTK -I$intl_testdir $LDFLAGS_GTK -o testconf testconf.c
|
||||
then
|
||||
CFLAGS_GTK="CFLAGS_GTK -I$intl_testdir"
|
||||
CFLAGS_GTK="$CFLAGS_GTK -I$intl_testdir"
|
||||
rm -f testconf.c testconf
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue