oops orc disabling

This commit is contained in:
John Cupitt 2010-11-17 12:32:54 +00:00
parent 6483cbcdf3
commit c1b197bc54

View File

@ -88,7 +88,11 @@ vips_vector_init( void )
gboolean
vips_vector_get_enabled( void )
{
#ifdef HAVE_ORC
return( im__vector_enabled );
#else /*!HAVE_ORC*/
return( FALSE );
#endif /*HAVE_ORC*/
}
void