From 4259371c2c08dbe685c44f4aec874c845c22560f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 1 Jul 2001 02:41:16 +0000 Subject: [PATCH] add mark's patch SVN revision: 4876 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index 0258b42..18773b6 100644 --- a/configure.in +++ b/configure.in @@ -11,6 +11,11 @@ AC_ARG_WITH(edb, [CPPFLAGS="$CPPFLAGS -I$withval/include" LIBS="-L$withval/lib $LIBS"]) +AC_ARG_WITH(freetype, + [ --with-freetype=DIR use freetype rooted at ], + [CPPFLAGS="$CPPFLAGS -I$withval/include" + LIBS="-L$withval/lib $LIBS"]) + mmx=no AC_ARG_ENABLE(mmx,[ --enable-mmx attempt compiling using mmx assembly [default=yes]], [