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

Collapse All | Expand All

(-)openca-base-1.1.1/configure.in (-13 lines)
Lines 924-942 Link Here
924
		AC_MSG_ERROR( [your perl version $pv is too old])
924
		AC_MSG_ERROR( [your perl version $pv is too old])
925
	fi
925
	fi
926
926
927
	AC_MSG_CHECKING([getting latest version information])
928
929
	ret=`wget --version >/dev/null 2>/dev/null; echo $?`
930
	if [[ "$ret" = "0"  ]] ; then 
931
	     service=`echo ${service_mail_account} | sed "s|support@pki.openca.org||"`
932
             `wget -nd --delete-after -q "http://www.openca.org/alby/checkver?prj=openca;ver=$VERSION;org=${ca_organization};email=${service};os=${DIST_NAME};osver=${DIST_VERSION};act=OP039432012211SSPP" 2>/dev/null`
933
	fi
934
935
	## Here we still need to implement the warning about the latest
936
	## version information
937
938
	AC_MSG_RESULT([ok])
939
940
dnl ############################## DB ###################################
927
dnl ############################## DB ###################################
941
928
942
	enable_mysql=
929
	enable_mysql=

Return to bug 37703