]> granicus.if.org Git - pdns/commit
configure: Add base check for modules parameter to prevent impossible build attempts...
authorThomas D <whissi@whissi.de>
Tue, 5 Jan 2016 16:42:38 +0000 (17:42 +0100)
committerThomas D <whissi@whissi.de>
Tue, 5 Jan 2016 16:42:38 +0000 (17:42 +0100)
commit8a32d90dcd99465e8784a18fda0ae0c79a5aaf43
tree4607fa3b595be95a900f87d463f6d39c7523c52a
parent09acf5464f18268f898e6a4b5a96af53ed9f523d
configure: Add base check for modules parameter to prevent impossible build attempts due to invalid values

We didn't validate modules parameter values which allowed build failures if a module was removed
(or the user just passed an invalid value).

Now we will do a base check by checking for the existence of the module's source dir.
This will allow us to catch errors like that and show a meaningful error message if
necessary.

Same implementation like for dynmodules parameter (introduced with
commit 09acf5464f18268f898e6a4b5a96af53ed9f523d).
configure.ac