]> git.ipfire.org Git - thirdparty/iproute2.git/commit
configure: support --param=value style
authorAndrea Claudi <aclaudi@redhat.com>
Thu, 14 Oct 2021 08:50:53 +0000 (10:50 +0200)
committerDavid Ahern <dsahern@kernel.org>
Fri, 15 Oct 2021 23:57:05 +0000 (17:57 -0600)
commit4b8bca5f9e3e6f210b1036166dc98801e76d8ee5
tree437dff5cc5f64e6676cb012bc824e3400e779816
parent99245d1741a85e4397973782578d4a78673eb348
configure: support --param=value style

This commit makes it possible to specify values for configure params
using the common autotools configure syntax '--param=value'.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: David Ahern <dsahern@kernel.org>
configure