heh. not actually using configure option for mmx disabling correctly

SVN revision: 2624
This commit is contained in:
Mandrake 2000-05-11 19:24:32 +00:00
parent cce0e519cf
commit 53a383bf4b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_INIT(src/Imlib2.h)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
mmx=no
AC_ARG_ENABLE(mmx, "Enables building of MMX assembly routines",
AC_ARG_ENABLE(mmx,[ --enable-mmx attempt compiling using mmx assembly [default=yes]],
[
if test x$enableval = xyes; then
mmx=yes