Opened 19 years ago
Last modified 18 years ago
#339 assigned defect
configure appears to ignore some parameters
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When trying to run ./configure --disable-mmx, I can see from the summary that
MMX is nevertheless enabled.
Same goes for flags like mmx2, sse and 3dnow.
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
(In reply to comment #1)
It still is a bug, but only the summary is wrong.
Look in config.h, if you have #undef HAVE_MMX then mmx support is disabled.
I see, but it's still very confusing to those compiling for the first time.
comment:3 by , 19 years ago
Component: | core → build system |
---|---|
Owner: | changed from | to
comment:4 by , 19 years ago
Status: | new → assigned |
---|---|
Summary: | Configure script does not honor all flags given → configure appears to ignore some parameters |
I'll look into fixing this someday. It's because some options are checked
before the others...
comment:6 by , 18 years ago
It's on my list of things to do someday, but it depends on reorganizing
configure quite a bit. Don't expect anything soon.
It still is a bug, but only the summary is wrong.
Look in config.h, if you have #undef HAVE_MMX then mmx support is disabled.