summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index aecff14..1027ffc 100644
--- a/configure.in
+++ b/configure.in
@@ -11,9 +11,10 @@ AM_MAINTAINER_MODE
# Checks for programs.
AC_PROG_CC
+PKG_PROG_PKG_CONFIG
# Checks for libraries.
-AC_CHECK_LIB([zoom], [Render], , AC_MSG_ERROR([libzoom not found]))
+PKG_CHECK_MODULES(libzoom, libzoom-0.1, , AC_MSG_ERROR(Test for libzoom failed.))
# Checks for header files.