ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2013 18:19:31 +0000 (18:19 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2013 18:19:31 +0000 (18:19 +0000)
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

package/libs/ncurses/Makefile

index 465b60c..befc8f0 100644 (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