diff options
| author | Jiri Slachta | 2018-02-05 05:36:08 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-05 05:36:08 +0000 |
| commit | 6b6e7a9d5d6ad40ea081e6417da441463d1172e7 (patch) | |
| tree | c8fe022dc631607fcfea076c5f43bc1bf9ac089b | |
| parent | 7a606b063236ebb6cb7417b78d7a3fcfa91f5f95 (diff) | |
| parent | f7a1941430ce152c2b46ab13139384c542735173 (diff) | |
| download | telephony-6b6e7a9d5d6ad40ea081e6417da441463d1172e7.tar.gz | |
Merge pull request #263 from micmac1/yate-fix-typo
yate: fix a typo
| -rw-r--r-- | net/yate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yate/Makefile b/net/yate/Makefile index 86c75a3..14fae5b 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -110,7 +110,7 @@ CONFIGURE_ARGS+= \ --without-doxygen \ --without-kdoc -ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-isaccodec),) +ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-isaccodec),) CONFIGURE_ARGS+=$(if $(CONFIG_SOFT_FLOAT),--disable-isac-float --enable-isac-fixed,--disable-isac-fixed --enable-isac-float) else CONFIGURE_ARGS+= \ |