ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
authorFlorian Fainelli <florian@openwrt.org>
Mon, 7 Jan 2013 18:19:31 +0000 (18:19 +0000)
committerFlorian Fainelli <florian@openwrt.org>
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>
SVN-Revision: 35047

package/libs/ncurses/Makefile

index 465b60cae1467191f2bbc5cf5c1848053bb2af2c..befc8f0fbb6da9567cdbb3d75ba0f261407e217e 100644 (file)
@@ -67,7 +67,7 @@ CONFIGURE_ARGS += \
        --with-terminfo-dirs=/usr/share/terminfo \
        --with-default-terminfo-dir=/usr/share/terminfo
 
        --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
 CONFIGURE_ARGS += \
        --without-cxx-binding
 endif