* builds/unix/freetype-config.in: Add missing `fi'.

This commit is contained in:
Werner Lemberg 2002-02-02 15:05:38 +00:00
parent 4c40011140
commit 3604d5f558
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,16 @@
2002-02-02 Keith Packard <keithp@keithp.com>
* builds/unix/freetype-config.in: Add missing `fi'.
* Version 2.0.7 released.
=========================
2002-02-01 David Turner <david@freetype.org>
* include/freetype/freetype.h: increasing FREETYPE_PATCH to 7
for the new release
* include/freetype/freetype.h: Increasing FREETYPE_PATCH to 7
for the new release.
2002-01-31 David Turner <david@freetype.org>

View File

@ -84,6 +84,7 @@ if test "$echo_cflags" = "yes" ; then
echo -I@includedir@ $cflags
else
echo $cflags
fi
fi
if test "$echo_libs" = "yes" ; then