fix configure options error.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:37:28 +0000 (17:37 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 17:37:28 +0000 (17:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12600 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/lib/vte/Makefile

index d10a88a..82425d8 100644 (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