1
0
Fork 0
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:
Josh Elsasser 2006-07-04 17:31:44 +00:00
parent 28cce2a6a1
commit 7612153c8b

2
configure vendored
View file

@ -159,7 +159,7 @@ EOF
do do
if runcmd $CC $CFLAGS_GTK -I$intl_testdir $LDFLAGS_GTK -o testconf testconf.c if runcmd $CC $CFLAGS_GTK -I$intl_testdir $LDFLAGS_GTK -o testconf testconf.c
then then
CFLAGS_GTK="CFLAGS_GTK -I$intl_testdir" CFLAGS_GTK="$CFLAGS_GTK -I$intl_testdir"
rm -f testconf.c testconf rm -f testconf.c testconf
return 0 return 0
fi fi