On Thu, May 30, 2013 at 10:30 PM, Kip Warner <kip@xxxxxxxxxxxxxx> wrote: > The ones for certain I know I should be able to statically link against are > at least libzzip and libpng. You have > PKG_CHECK_MODULES([libzzip], [zziplib], [have_zzip=yes], [have_zzip=no]) Have you seen https://bugs.freedesktop.org/show_bug.cgi?id=19541 ? Maybe try PKG_CHECK_MODULES_STATIC or PKG_CONFIG="pkg-config --static" Never heard of libzzip, I can see why you don't want to expect it to be on the user's system already. Is libpng a problem because its soname isn't the same everywhere yet? http://www.linuxbase.org/navigator/browse/lib_single.php?cmd=list-by-name&Section=ABI&Lname=libpng12 - Dan _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf