yate: fix a typo 263/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Feb 2018 18:24:17 +0000 (19:24 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Feb 2018 18:24:33 +0000 (19:24 +0100)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/yate/Makefile

index 86c75a35c4b2f87cdcf5da24b5bae2f6e61ab82c..14fae5be12128449f87dff02c86f92d428a1c0f7 100644 (file)
@@ -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+= \