add mark's patch

SVN revision: 4876
This commit is contained in:
Carsten Haitzler 2001-07-01 02:41:16 +00:00
parent 1c024508d2
commit 4259371c2c
1 changed files with 5 additions and 0 deletions

View File

@ -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 <DIR>],
[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]],
[