Ross Berteig wrote; > > Error: Option --with-tcl requires a value > Try: 'configure --help' for options > > After tweaking my configure command options so that --with-thing became > --with-thing=1, configure runs without errors. I think that command is >
It appears that --with-tcl is unique in that it actually requires a value in order to proceed. The value can be a path or the string literal "1". It's not clear to me that it would have worked properly before the --with changes without a value (i.e. because "opt-val" would have returned an empty string, thus skipping the whole block that handles it in auto.def). Maybe I'm wrong? -- Joe Mistachkin @ https://urn.to/r/mistachkin _______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev