From 715309618f3c5e20311d4c113d401f1c43f87511 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 19 Mar 2013 14:33:18 +0100 Subject: [PATCH] Fix configure.ac to define BUILD_MSBCG729 correctly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b4966d3..533f5e3 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ fi # check for libraries that have pkg-config files installed PKG_CHECK_MODULES(ORTP, ortp >= 0.21.0,[found_ortp=true],foo=bar) PKG_CHECK_MODULES(MEDIASTREAMER, mediastreamer >= 2.8.99,[found_ms2=true],foo=bar) -AM_CONDITIONAL(BUILD_MSBCG729, test x$found_ms2x$found_ortp = xtruextrue) +AM_CONDITIONAL(BUILD_MSBCG729, test x${found_ms2}x${found_ortp} = xtruextrue) # Create the following files from their .in counterparts AC_CONFIG_FILES([