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/kerry/configure.in.in (-2 / +7 lines)
Lines 57-64 dnl Check for libbeagle 0.2.0 Link Here
57
# LIBBEAGLE_LIBADD:  libbeagle libraries (-l options)
57
# LIBBEAGLE_LIBADD:  libbeagle libraries (-l options)
58
# LIBBEAGLE_LDFLAGS: flags containing path to libbeagle libraries (-L options)
58
# LIBBEAGLE_LDFLAGS: flags containing path to libbeagle libraries (-L options)
59
59
60
LIBBEAGLE_PACKAGES="libbeagle-0.0"
60
if $PKG_CONFIG --exists libbeagle-1.0; then
61
LIBBEAGLE_VERSION="0.2.5"
61
	LIBBEAGLE_PACKAGES="libbeagle-1.0"
62
	LIBBEAGLE_VERSION="0.3.0"
63
else
64
	LIBBEAGLE_PACKAGES="libbeagle-0.0"
65
	LIBBEAGLE_VERSION="0.2.5"
66
fi
62
AC_MSG_CHECKING(for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION))
67
AC_MSG_CHECKING(for libbeagle-0.2.5 (at least $LIBBEAGLE_VERSION))
63
68
64
if $PKG_CONFIG --atleast-pkgconfig-version 0.15 ; then
69
if $PKG_CONFIG --atleast-pkgconfig-version 0.15 ; then

Return to bug 210447