configure: support --without-ignored-network-interface-prefix
authorStefan Becker <chemobejk@gmail.com>
Thu, 27 Jun 2019 09:41:06 +0000 (12:41 +0300)
committerStefan Becker <chemobejk@gmail.com>
Thu, 27 Jun 2019 16:52:31 +0000 (19:52 +0300)
commit056de4aeed8def0e2942c8ebb74bb3bd96b44a93
tree37ce63172e61a6b418d076dc4151bc62d8d7cf78
parentd4bc4fa35b5ea745195d116e1329fac6ad28dd5b
configure: support --without-ignored-network-interface-prefix

This fixes commit b4abda09c79e4ce372a3771300abf568c85c7ff5

--without-XXX sets $withval to "no", hence we must check for this special
value instead of ignoring network interfaces that start with "no".
configure.ac