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
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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