Browse Source

Fix configure.ac to define BUILD_MSBCG729 correctly.

pull/1/head
Ghislain MARY 13 years ago
parent
commit
715309618f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@ -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([


Loading…
Cancel
Save