From 5a769b73a2dff01ade948bfdf8c3a55aa79c2de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 17 Apr 2003 06:55:52 +0000 Subject: [PATCH] fix post tests for heimdal w/o krb4 + openssl git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12084 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build.sh b/tools/build.sh index b1630cb2b..caa95d144 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -221,13 +221,13 @@ for vh in ${heimdal_versions} ; do heimdal ${vh} \ "configure ${wok4} ${wossl}" || \ { failed="${failed} ${v}" ; continue ; } - if ! ( ${targetdir}/heimdal-${vh}/bin/krb5-config --libs | \ + if ( ${targetdir}/heimdal-${vh}/bin/krb5-config --libs | \ grep lcrypto) >/dev/null 2>&1 ; then logprint "*** failed to build WITHOUT openssl" failed="${failed} ${v}" continue fi - if ! ( ${targetdir}/heimdal-${vh}/bin/krb5-config --libs | \ + if ( ${targetdir}/heimdal-${vh}/bin/krb5-config --libs | \ grep krb4 ) >/dev/null 2>&1 ; then logprint "*** failed to build WITHOUT krb4" failed="${failed} ${v}"