From 53a383bf4b7acdf0eccfb4a973168696c3fc3ccd Mon Sep 17 00:00:00 2001 From: Mandrake Date: Thu, 11 May 2000 19:24:32 +0000 Subject: [PATCH] heh. not actually using configure option for mmx disabling correctly SVN revision: 2624 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 23ae456..d6c1231 100644 --- a/configure.in +++ b/configure.in @@ -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