| #
a79a0631
|
| 21-Oct-2017 |
Damjan Jovanovic <damjan@apache.org> |
Don't require ORbit to compile. We never really needed it: GConf makes its own CORBA connection if it needs to, and the only reason we included orbit.h is to check whether the problematic version < 2
Don't require ORbit to compile. We never really needed it: GConf makes its own CORBA connection if it needs to, and the only reason we included orbit.h is to check whether the problematic version < 2.8 was present, as it deadlocks the GTK VCL plugin.
But ORbit 2.8 was released in 2003, and GConf doesn't even use CORBA connections any more. So drop the check and stop needing ORBit altogether.
Patch by: me
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812807 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 6b1c0a07ced87c91d0adf8f59096a87e364647c0)
show more ...
|