Enabling IPv4 on orbit2

"Ariel Rios" <[email protected]> Wed, 3 May 2006 15:23:43 -0500
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
How do I enable IPv4 on orbit2. I don't see a configuration flag to do
this. I only find src/orb/orb-core/corba-orb.c:

#ifdef G_OS_WIN32
static gboolean     orbit_use_ipv4           =3D TRUE;
#else
static gboolean     orbit_use_ipv4           =3D FALSE;
#endif

So I assume I only have to put that FALSE into a TRUE and I'll be happy?

thanks
ariel