Opened 19 years ago

Last modified 17 years ago

#339 assigned defect

configure appears to ignore some parameters

Reported by: k_amlie@… Owned by: diego@…
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 reimar, 19 years ago

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.

comment:2 by k_amlie@…, 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 diego@…, 19 years ago

Component: corebuild system
Owner: changed from alex@… to diego@…

comment:4 by diego@…, 19 years ago

Status: newassigned
Summary: Configure script does not honor all flags givenconfigure appears to ignore some parameters

I'll look into fixing this someday. It's because some options are checked
before the others...

comment:5 by reimar, 18 years ago

Is this still on somebody's mind?

comment:6 by diego@…, 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.

comment:7 by diego@…, 17 years ago

--disable-foo works properly now, still have to work on --enable-foo.

Note: See TracTickets for help on using tickets.