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

Collapse All | Expand All

(-)configure.orig (-2 / +2 lines)
Lines 20790-20796 Link Here
20790
PWLIB_VERSION=`cat ${with_pwlib_dir}/include/ptbuildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"`
20790
PWLIB_VERSION=`cat ${with_pwlib_dir}/include/ptbuildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"`
20791
echo "$as_me:$LINENO: result: $PWLIB_VERSION" >&5
20791
echo "$as_me:$LINENO: result: $PWLIB_VERSION" >&5
20792
echo "${ECHO_T}$PWLIB_VERSION" >&6
20792
echo "${ECHO_T}$PWLIB_VERSION" >&6
20793
if test "x${PWLIB_VERSION}" != "x${PWLIB_REC_VERSION}"; then
20793
if test ${PWLIB_VERSION//./} -lt ${PWLIB_REC_VERSION//./}; then
20794
	{ { echo "$as_me:$LINENO: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&5
20794
	{ { echo "$as_me:$LINENO: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&5
20795
echo "$as_me: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&2;}
20795
echo "$as_me: error: Sorry but the recommended PWLib version is ${PWLIB_REC_VERSION}" >&2;}
20796
   { (exit 1); exit 1; }; };
20796
   { (exit 1); exit 1; }; };
Lines 21013-21019 Link Here
21013
OPENH323_VERSION=`cat ${with_openh323_dir}/include/openh323/openh323buildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"`
21013
OPENH323_VERSION=`cat ${with_openh323_dir}/include/openh323/openh323buildopts.h | grep VERSION | cut -f2 -d ' ' | sed "s/\"//g"`
21014
echo "$as_me:$LINENO: result: $OPENH323_VERSION" >&5
21014
echo "$as_me:$LINENO: result: $OPENH323_VERSION" >&5
21015
echo "${ECHO_T}$OPENH323_VERSION" >&6
21015
echo "${ECHO_T}$OPENH323_VERSION" >&6
21016
if test "x${OPENH323_VERSION}" != "x${OPENH323_REC_VERSION}"; then
21016
if test ${OPENH323_VERSION//./} -lt ${OPENH323_REC_VERSION//./}; then
21017
	{ { echo "$as_me:$LINENO: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&5
21017
	{ { echo "$as_me:$LINENO: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&5
21018
echo "$as_me: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&2;}
21018
echo "$as_me: error: Sorry but the recommended Openh323 version is ${OPENH323_REC_VERSION}" >&2;}
21019
   { (exit 1); exit 1; }; };
21019
   { (exit 1); exit 1; }; };

Return to bug 46877