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

(-)configure.ac (-6 / +6 lines)
Lines 117-128 Link Here
117
fi
117
fi
118
118
119
dnl We need to have Bruno Haible's CLN installed.
119
dnl We need to have Bruno Haible's CLN installed.
120
dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place,
120
dnl (pkg-config must have installed pkg.m4 at a visible place, which provides
121
dnl which provides this macro):
121
dnl this macro. CLN >= 1.1.6 must have installed cln.pc at a visible place,
122
AC_PATH_CLN(1.1.0, [
122
dnl which provides the actual dependency information.)
123
  LIBS="$LIBS $CLN_LIBS"
123
PKG_CHECK_MODULES(CLN, cln >= 1.1.6)
124
  CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS"
124
LIBS="$LIBS $CLN_LIBS"
125
], GINAC_ERROR([No suitable installed version of CLN could be found.]))
125
CPPFLAGS="$CPPFLAGS $CLN_CFLAGS"
126
126
127
dnl Expand the cppflags and libraries needed by apps using GiNaC
127
dnl Expand the cppflags and libraries needed by apps using GiNaC
128
GINACLIB_CPPFLAGS=$CPPFLAGS
128
GINACLIB_CPPFLAGS=$CPPFLAGS

Return to bug 240654