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

Collapse All | Expand All

(-)configure.in.ori (-1 / +1 lines)
Lines 338-344 Link Here
338
338
339
	AC_MSG_CHECKING([for version 0.10 (or later revision) of PPL])
339
	AC_MSG_CHECKING([for version 0.10 (or later revision) of PPL])
340
	AC_TRY_COMPILE([#include "ppl_c.h"],[
340
	AC_TRY_COMPILE([#include "ppl_c.h"],[
341
	#if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
341
	#if PPL_VERSION_MAJOR == 0 && PPL_VERSION_MINOR < 10
342
	choke me
342
	choke me
343
	#endif
343
	#endif
344
	], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR(Can't find correct version of PPL.) ])
344
	], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR(Can't find correct version of PPL.) ])

Return to bug 448024