Re: [gnome-db] New GUI



On Wed, 2003-01-15 at 16:26, Rodrigo Moya wrote:
> hmm, it's already done. In configure.in:
> 
> PKG_CHECK_MODULES(GTKSOURCEVIEW, gtksourceview, have_gtksourceview=yes, have_gtksourceview=no)
> AM_CONDITIONAL(HAVE_GTKSOURCEVIEW, test x"$have_gtksourceview" = "xyes")
> GTKSOURCEVIEW_CFLAGS="$GTKSOURCEVIEW_CFLAGS -DHAVE_GTKSOURCEVIEW"
> AC_SUBST(GTKSOURCEVIEW_CFLAGS)
> AC_SUBST(GTKSOURCEVIEW_LIBS)
> 
no, this was wrong, since it was always adding -DHAVE_GTKSOURCEVIEW to
the CFLAGS, even when no gtskourceview had been found.

It should be fixed now in CVS. Let me know if not.

cheers




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