Add --with-edb=DIR argument (by request).

It appears to work; be sure to let me know if it doesn't. ;)


SVN revision: 3543
This commit is contained in:
Term 2000-09-25 07:29:10 +00:00
parent d3cc54267c
commit 8e594ea2fb
1 changed files with 7 additions and 1 deletions

View File

@ -3,8 +3,14 @@ dnl Process this file with autoconf to create configure.
AC_INIT(src/Imlib2.h)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
AC_ARG_WITH(edb,
[ --with-edb=DIR use edb rooted at <DIR>],
[CFLAGS="$CFLAGS -I$withval/include"
LIBS="-L$withval/lib $LIBS"])
mmx=no
AC_ARG_ENABLE(mmx,[ --enable-mmx attempt compiling using mmx assembly [default=yes]],
AC_ARG_ENABLE(mmx,[ --enable-mmx attempt compiling using mmx assembly [default=yes]],
[
if test x$enableval = xyes; then
mmx=yes