fix configure options error.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-09-13 17:37:28 +00:00
parent 5f8dd792cf
commit ced0bee0e9

View File

@ -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