[MonoDevelop] mono-nunit dependancy

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Jun 4 19:35:37 EDT 2008


On Wed, Jun 4, 2008 at 7:30 PM, Marcos Marín <marcosmarin at gmail.com> wrote:
> Actually its not working for me, this is what I get:
>
>  ./configure --profile=core --disable-tests
> Unknown argument --disable-tests

The top-level configure script doesn't pass arguments to all the child
configure scripts, since most of them would choke on unknown args.
You'll have to add the --disable-tests argument to the core profile,
i.e.
main --disable-tests

Profiles can pass arguments to any of the child configure scripts this way.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list