From: Lars-Peter Clausen Date: Sat, 13 Sep 2008 17:37:28 +0000 (+0000) Subject: fix configure options error. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f725cd18d98c1ec6b7e682fd26caf868785d1ece;p=openwrt%2Fsvn-archive%2Farchive.git fix configure options error. SVN-Revision: 12600 --- diff --git a/XOrg/lib/vte/Makefile b/XOrg/lib/vte/Makefile index d10a88a493..82425d86e7 100644 --- a/XOrg/lib/vte/Makefile +++ b/XOrg/lib/vte/Makefile @@ -59,7 +59,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ --without-xft2 \ - $(if PKG_CONFIG_python-vte,--enable-python,--disable-python) \ + $(if $(CONFIG_PACKAGE_python-vte),--enable-python,--disable-python) \ ) endef