$NetBSD: patch-aa,v 1.1 2002/02/13 15:50:36 seb Exp $ --- configure.in.orig Thu Jan 17 06:00:16 2002 +++ configure.in @@ -568,6 +568,8 @@ AC_VAR_H_ERRNO +# configure's patch is hand-trimmed after regen from patched configure.in + AC_ARG_WITH(crypto, [ --without-crypto disable crypto support], [], [ AC_MSG_CHECKING(for SSLeay) @@ -589,8 +591,6 @@ done AC_MSG_RESULT($ac_cv_ssleay_path) if test "$ac_cv_ssleay_path" != no; then - V_INCLS="$V_INCLS $incdir" - LDFLAGS="-L$dir/lib $LDFLAGS" if test -f $ac_cv_ssleay_path/lib/libRSAglue.a; then LIBS="$LIBS -lRSAglue" fi