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

Collapse All | Expand All

(-)kerry-0.2.1-orig/configure (-2 / +7 lines)
Lines 37562-37569 fi Link Here
37562
# LIBBEAGLE_LIBADD:  libbeagle libraries (-l options)
37562
# LIBBEAGLE_LIBADD:  libbeagle libraries (-l options)
37563
# LIBBEAGLE_LDFLAGS: flags containing path to libbeagle libraries (-L options)
37563
# LIBBEAGLE_LDFLAGS: flags containing path to libbeagle libraries (-L options)
37564
37564
37565
LIBBEAGLE_PACKAGES="libbeagle-0.0"
37565
if $PKG_CONFIG --exists libbeagle-1.0; then
37566
LIBBEAGLE_VERSION="0.2.5"
37566
	LIBBEAGLE_PACKAGES="libbeagle-1.0"
37567
	LIBBEAGLE_VERSION="0.3.0"
37568
else
37569
	LIBBEAGLE_PACKAGES="libbeagle-0.0"
37570
	LIBBEAGLE_VERSION="0.2.5"
37571
fi
37567
{ echo "$as_me:$LINENO: checking for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION)" >&5
37572
{ echo "$as_me:$LINENO: checking for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION)" >&5
37568
echo $ECHO_N "checking for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION)... $ECHO_C" >&6; }
37573
echo $ECHO_N "checking for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION)... $ECHO_C" >&6; }
37569
37574

Return to bug 210447