Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85701 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-2 / +3 lines)
Lines 217-224 Link Here
217
	echo "enabling gedit plugin..."
217
	echo "enabling gedit plugin..."
218
	echo "checking for supported versions of gedit..."
218
	echo "checking for supported versions of gedit..."
219
	
219
	
220
	PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, , 
220
	PKG_CHECK_MODULES(GEDIT, gedit-2.10 >= 2.10.0, ,
221
		[PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)])
221
		[PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, , 
222
			[PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)])])
222
	
223
	
223
	AC_SUBST(GEDIT_CFLAGS)
224
	AC_SUBST(GEDIT_CFLAGS)
224
fi
225
fi

Return to bug 85701