Merge pull request #263 from micmac1/yate-fix-typo

yate: fix a typo
This commit is contained in:
Jiri Slachta 2018-02-05 06:36:08 +01:00 committed by GitHub
commit 6b6e7a9d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ CONFIGURE_ARGS+= \
--without-doxygen \ --without-doxygen \
--without-kdoc --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) CONFIGURE_ARGS+=$(if $(CONFIG_SOFT_FLOAT),--disable-isac-float --enable-isac-fixed,--disable-isac-fixed --enable-isac-float)
else else
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \