From aa3d5e61ddc2f8e86de563fd900798d059daf909 Mon Sep 17 00:00:00 2001 From: Mark Bainter Date: Thu, 16 Aug 2001 16:10:57 +0000 Subject: [PATCH] Changed --with-freetype to --with-ttf to make it consistant with the other modules. SVN revision: 5182 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index cb5a049..b456509 100644 --- a/configure.in +++ b/configure.in @@ -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 ], +AC_ARG_WITH(ttf, + [ --with-ttf=DIR use freetype rooted at ], [CPPFLAGS="$CPPFLAGS -I$withval/include" LIBS="-L$withval/lib $LIBS"])