summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 52c6481..5833cd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AC_ARG_WITH(test,
[with_test=no])
if test x$with_test == xyes; then
AM_PATH_CPPUNIT(1.9.6)
+ PKG_CHECK_MODULES(OPUS, opus >= 1.0.0)
fi
dnl ======================