summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8a68bc7..6ebbbbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,8 @@ AC_CHECK_LIB(pthread, pthread_create, [],
AC_MSG_ERROR([*** Patchage requires POSIX threads support]))
AC_CHECK_HEADER([pthread.h])
+PKG_CHECK_MODULES(RAUL, raul >= 0.0.0)
+
# Check for FlowCanvas
PKG_CHECK_MODULES(FLOWCANVAS, flowcanvas >= 0.1.0)
AC_SUBST(FLOWCANVAS_CFLAGS)