Changed --with-freetype to --with-ttf to make it consistant with the other

modules.


SVN revision: 5182
This commit is contained in:
Mark Bainter 2001-08-16 16:10:57 +00:00
parent ae28a02941
commit aa3d5e61dd
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ AM_INIT_AUTOMAKE(imlib2, 1.0.4)
AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(freetype,
[ --with-freetype=DIR use freetype rooted at <DIR>],
AC_ARG_WITH(ttf,
[ --with-ttf=DIR use freetype rooted at <DIR>],
[CPPFLAGS="$CPPFLAGS -I$withval/include"
LIBS="-L$withval/lib $LIBS"])