summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
committerneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
commit9f569bf76941f11d675059cb3645bee5462ff2f1 (patch)
tree2c1beeb43ac822ba5827b390c942f70af4844bc9 /configure.in
parent4dede11720ca090b82d0d9f00b8cf46d1874faf3 (diff)
downloadzoom-9f569bf76941f11d675059cb3645bee5462ff2f1.tar
zoom-9f569bf76941f11d675059cb3645bee5462ff2f1.zip
Now using pkgconfig for library dependencies.
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.