]> git.draconx.ca Git - upkg.git/commit
build: Abort configure if specified module library is not found.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Feb 2010 19:40:20 +0000 (14:40 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Feb 2010 19:40:20 +0000 (14:40 -0500)
commitb6681480afd85ed3914902a96b4d7bc4185e3391
tree9a3224b3bdaf4f8f4d931b9b719dc66b1e2c6825
parentc4d3d44d8e7fe87e6c889c116c267954fca9ac1e
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.
configure.ac