Don't link prmcrypt.so against libltdl.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 14 Feb 2010 18:53:28 +0000 (13:53 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 14 Feb 2010 18:53:28 +0000 (13:53 -0500)
commita3c87fd4c658fb85cf89ac62c85cbced0456182c
tree099aa6b39029ae58d0e601edecbcebfcdb84fb30
parent6f4cba207e6b72174bdf05a4954b4bbb00642ffa
Don't link prmcrypt.so against libltdl.

Since 2.5.5 (released nearly eight years ago), libmcrypt has
statically linked all its modules by default, unless configured with
--enable-dynamic-loading.  If anyone actually uses that, we ought to
use `libmcrypt-config --libs' to get the actual list of linker flags,
but just passing -lmcrypt should do for now.
src/microcode/configure.ac
src/microcode/makegen/Makefile.in.in