Fix a typo which could cause configure to fail to find gettext header.
This commit is contained in:
parent
28cce2a6a1
commit
7612153c8b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue