From: <lsc...@re...> - 2002-08-26 20:43:27
|
On Tue, Aug 27, 2002 at 03:09:45AM +0900, Kang Jeong-Hee wrote: > On 2002.08.26 22:45 Luke Schierer wrote: > > eh, I think I did obsolete sort of patch. > I did AC_DEFINE(USE_GTK2) to make decision --enable-gtk2 or not. > and replace all GTK_CHECK_VERSION(1,3,0) with it eventually. > > however Christian told me that it's going on to branch gtk2-only HEAD. > what should I do in this flexible condition? > what is the rule detail to port to gtk2-only? > > I think it's better for me to wait till obvious change come up to cvs. > tell me how. > > thanks. we have created 2 branches to cvs. HEAD is gtk2 only, so no conditonal of the type you are using are needed. gtk1-stable has the ifdefs for gtk2 use in it, but is a tree maintained for bug fixes, and exists solely for those who are unable to use gtk2 from cvs. this will be especially true once 0.60 is ready and released. so in the end, since --enable-gtk2 won't, or at least shouldn't, be used in either tree at this point, i don't think we need to worry about the logic with which its used. luke -- -This email is made of 100% recycled electrons. |