]> git.notmuchmail.org Git - notmuch/commit
Do not try to parse the options for --build and --host arguments
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 5 Mar 2012 10:23:44 +0000 (11:23 +0100)
committerDavid Bremner <bremner@debian.org>
Tue, 20 Mar 2012 11:10:57 +0000 (08:10 -0300)
commit1984a266469f4fda2de96ba93100ec38e82e3728
treebca2f1c1415f6903c0c715f7293fdc2b7a21e51c
parent524f01a7b5d146c70c5672f9ef9e0551745dd3f9
Do not try to parse the options for --build and --host arguments

Formerly the code assumed the arguments to be triples and threw an
error if this was not the case. But those arguments are only there for
compatibility with autotools and are not used within the build system,
so just dropping the code parsing these values makes the build system
more robust.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
configure