summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-02 16:54:42 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-02 16:54:42 +0100
commitd44795c014dad62f8f52b8e2b119af45116fa39a (patch)
tree0e422cdd43efe68a9a3c8af8f67d3a9afd063815 /configure.ac
parent01e4826b653065268e7a4b8d57e528836e167a23 (diff)
fix version of libcanberra dependency, fixes PA bug #494
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65c685a..719b58f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_LN_S
AC_TYPE_SIGNAL
AC_HEADER_STDC
-PKG_CHECK_MODULES(GUILIBS, [ gtkmm-2.4 libglademm-2.4 sigc++-2.0 libcanberra-gtk ])
+PKG_CHECK_MODULES(GUILIBS, [ gtkmm-2.4 libglademm-2.4 sigc++-2.0 libcanberra-gtk >= 0.11 ])
AC_SUBST(GUILIBS_CFLAGS)
AC_SUBST(GUILIBS_LIBS)