Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99890
Collapse All | Expand All

(-)kopete/protocols/configure.in.in.orig (+2 lines)
Lines 44-49 Link Here
44
#if defined __GG_LIBGADU_HAVE_PTHREAD && defined GG_LOGIN60
44
#if defined __GG_LIBGADU_HAVE_PTHREAD && defined GG_LOGIN60
45
		int maj, min, date;
45
		int maj, min, date;
46
		sscanf( gg_libgadu_version(), "%u.%u.%u", &maj,&min,&date );
46
		sscanf( gg_libgadu_version(), "%u.%u.%u", &maj,&min,&date );
47
		if ( maj >= 20050719 )
48
			return 0;
47
		if ( maj != 1 ) {
49
		if ( maj != 1 ) {
48
			return 1;
50
			return 1;
49
		}
51
		}

Return to bug 99890