ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
[openwrt.git] / 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