From ced0bee0e93e3b2d312e6d75bfa354b9a1c948df Mon Sep 17 00:00:00 2001 From: lars Date: Sat, 13 Sep 2008 17:37:28 +0000 Subject: [PATCH] fix configure options error. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- XOrg/lib/vte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XOrg/lib/vte/Makefile b/XOrg/lib/vte/Makefile index d10a88a49..82425d86e 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