From: Nick Bowler Date: Wed, 3 Feb 2010 19:40:20 +0000 (-0500) Subject: build: Abort configure if specified module library is not found. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/b6681480afd85ed3914902a96b4d7bc4185e3391?hp=b6681480afd85ed3914902a96b4d7bc4185e3391 build: Abort configure if specified module library is not found. If the user specifies, say, --with-modlib=modplug, it is not right to use any other module library. We also avoid checking for unrequested module libraries. ---