summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-11 21:37:01 +0200
committerneoraider <devnull@localhost>2007-05-11 21:37:01 +0200
commit6f419cd6200589ac55344ccfe7ef16cedffbcc33 (patch)
treebd6b892dbf972bd9837844619c5594946143f617 /configure.in
parent671a686311e6246c6708b38e6785f3de15497309 (diff)
downloadlibzoom-6f419cd6200589ac55344ccfe7ef16cedffbcc33.tar
libzoom-6f419cd6200589ac55344ccfe7ef16cedffbcc33.zip
libzoom: Texturformat durch PNG ersetzt; zoom: Texturen duch PNG ersetzt
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d64987e..c592d2a 100644
--- a/configure.in
+++ b/configure.in
@@ -12,6 +12,7 @@ AM_MAINTAINER_MODE
# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL
+PKG_PROG_PKG_CONFIG
# Checks for libraries.
AX_CHECK_GL
@@ -25,6 +26,7 @@ if test x$no_gl = xyes; then
fi
AC_CHECK_LIB(neofx, MatrixMul, , AC_MSG_ERROR([NeoFX Library not found]))
+PKG_CHECK_MODULES(LIBPNG, libpng, , AC_MSG_ERROR(Test for libpng failed.))
# Checks for header files.
AC_HEADER_STDC