fix configure options error.
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 13 Sep 2008 17:37:28 +0000 (17:37 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Sat, 13 Sep 2008 17:37:28 +0000 (17:37 +0000)
SVN-Revision: 12600

XOrg/lib/vte/Makefile

index d10a88a4932f0905a49d3de6e93cbdfc37fcbe17..82425d86e707ab98d9ecf2e849ad5f3aabb1a451 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