Author loewis
Recipients
Date 2003-10-03.14:09:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Yes, setting CFLAGS appears to be the only way to achieve that.

There is also the issue of the user setting CFLAGS before
configure starts; traditionally, these should get
incorporated into both configure tests, and the final build
process. So something like

# early
BASECFLAGS=$CFLAGS

# after each block changing either BASECFLAGS or OPT
CFLAGS=$BASECFLAGS $OPT

might work (unless the user selects a flag that contradicts
with one set in BASECFLAGS)
History
Date User Action Args
2007-08-23 14:17:23adminlinkissue815753 messages
2007-08-23 14:17:23admincreate