ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol

Thanks to kyak for spotting this

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35047 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2013-01-07 18:19:31 +00:00
parent 28703738e9
commit 991f750018
1 changed files with 1 additions and 1 deletions

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