diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index eaf81976..035a8ed5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -161,10 +161,10 @@ ifeq ($(HAVE_INT64),Y) else echo "#define HAVE_INT64 0" >>$@ endif -ifeq ($(WANT_MMX),Y) - echo "#define WANT_MMX 1" >>$@ +ifeq ($(WANT_SSE),Y) + echo "#define WANT_SSE 1" >>$@ else - echo "#define WANT_MMX 0" >>$@ + echo "#define WANT_SSE 0" >>$@ endif ifeq ($(DONT_HAVE_PROCESS_MGMT),Y) echo "#define HAVE_FORK 0" >>$@ |