From 25dd7c7cf5182e846272fb7b6ea485d9f94b81e7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 4 Dec 2013 14:20:26 +0100 Subject: Use correct flags from configure in tests. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 ====================== -- cgit v1.2.3