OptionsConfigure: Rename define -> arg
ClosedPublic

Authored by kfunk on Jul 13 2017, 10:02 PM.

Details

Summary

This makes more sense. We set strings like this here -- these are
"arguments", not "defines":

self.subinfo.options.configure.args = "--disable-java ... "

Diff Detail

Repository
R138 Craft
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk created this revision.Jul 13 2017, 10:02 PM
vonreth accepted this revision.Jul 13 2017, 10:19 PM
This revision is now accepted and ready to land.Jul 13 2017, 10:19 PM
This revision was automatically updated to reflect the committed changes.