Re: gpdf OAFization and bugfixing patch



ERDI Gergo <cactus@cactus.rulez.org> writes:

> On 7 May 2000, Maciej Stachowiak wrote:
> 
> > +dnl Whether to use OAF
> > +
> > +AC_MSG_CHECKING(if Bonobo uses OAF)
> > +if ( gnome-config --libs bonobo | grep oaf ) > /dev/null 2>&1 ; then
> > +	enable_oaf="yes"
> > +else
> > +	enable_oaf="no"
> > +fi
> 
> Can't gnome-libs --cflags bonobo be altered to include something like
> -DUSE_OAF, so you don't have to use hacks like this one to determine if
> Bonobo uses OAF?
> 
> 

IT wouldn't save you from doing the hack because you still need to do
the AM_CONDITIONAL(USING_OAF) to make the Makefile happy.

 - Maciej





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]