protect PythonCallbackObject::init_type() with HAVE_PYTHON

This commit is contained in:
rdb 2009-04-02 20:08:29 +00:00
parent b3816055dc
commit ff6fc008bb

View File

@ -169,7 +169,9 @@ init_libputil() {
FactoryParam::init_type();
Namable::init_type();
NodeCachedReferenceCount::init_type();
#ifdef HAVE_PYTHON
PythonCallbackObject::init_type();
#endif
QuadBitMaskNative::init_type();
ReferenceCount::init_type();
SparseArray::init_type();