- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)

This commit is contained in:
Ben Lindstrom 2001-06-09 02:16:28 +00:00
parent 1bf11f6af7
commit 23fec14710
2 changed files with 5 additions and 3 deletions

View File

@ -77,6 +77,7 @@
- markus@cvs.openbsd.org 2001/06/08 15:25:40
[includes.h pathnames.h readconf.c servconf.c]
move the path for xauth to pathnames.h
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
20010606
- OpenBSD CVS Sync
@ -5588,4 +5589,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1269 2001/06/09 01:48:01 mouring Exp $
$Id: ChangeLog,v 1.1270 2001/06/09 02:16:28 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.287 2001/05/28 17:17:35 tim Exp $
# $Id: configure.in,v 1.288 2001/06/09 02:16:29 mouring Exp $
AC_INIT(ssh.c)
@ -696,6 +696,7 @@ int main(void)
break;
], [])
done
LIBS="$saved_LIBS"
if test ! -z "$no_rsa" ; then
AC_MSG_RESULT(disabled)
@ -711,7 +712,7 @@ else
else
RSA_MSG="yes (using RSAref)"
AC_MSG_RESULT(using RSAref)
LIBS="$saved_LIBS -lcrypto -lRSAglue -lrsaref"
LIBS="$LIBS -lcrypto -lRSAglue -lrsaref"
fi
fi
fi