1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-07-06 13:03:16 +02:00

ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol

Thanks to kyak for spotting this

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 35047
This commit is contained in:
Florian Fainelli 2013-01-07 18:19:31 +00:00
parent 5ae9a4f830
commit ebc47a91eb

View File

@ -67,7 +67,7 @@ CONFIGURE_ARGS += \
--with-terminfo-dirs=/usr/share/terminfo \
--with-default-terminfo-dir=/usr/share/terminfo
ifneq ($(INSTALL_LIBSTDCPP),y)
ifneq ($(CONFIG_INSTALL_LIBSTDCPP),y)
CONFIGURE_ARGS += \
--without-cxx-binding
endif