summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slachta2018-02-05 05:36:08 +0000
committerGitHub2018-02-05 05:36:08 +0000
commit6b6e7a9d5d6ad40ea081e6417da441463d1172e7 (patch)
treec8fe022dc631607fcfea076c5f43bc1bf9ac089b
parent7a606b063236ebb6cb7417b78d7a3fcfa91f5f95 (diff)
parentf7a1941430ce152c2b46ab13139384c542735173 (diff)
downloadtelephony-6b6e7a9d5d6ad40ea081e6417da441463d1172e7.tar.gz
Merge pull request #263 from micmac1/yate-fix-typo
yate: fix a typo
-rw-r--r--net/yate/Makefile2
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+= \