X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/2b1632fb6800874d736cdf068a25eef8aab99842..298bb41d24f304bdc9c46c29cfe0f6c06d4b44de:/configure.ac diff --git a/configure.ac b/configure.ac index 758b1c8..eb4ff46 100644 --- a/configure.ac +++ b/configure.ac @@ -14,16 +14,21 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC_C99 +gl_EARLY + AC_HEADER_ASSERT AC_C_BIGENDIAN LT_INIT +gl_INIT + CHECK_LIBPNG([1.2], [have_libpng=yes], [have_libpng=no]) AM_CONDITIONAL([BUILD_LBXIMG], [test x"$have_libpng" = x"yes"]) AC_CONFIG_FILES([ Makefile + lib/Makefile ]) AC_OUTPUT