mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 19:08:56 +02:00
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
This commit is contained in:
parent
1bf11f6af7
commit
23fec14710
@ -77,6 +77,7 @@
|
|||||||
- markus@cvs.openbsd.org 2001/06/08 15:25:40
|
- markus@cvs.openbsd.org 2001/06/08 15:25:40
|
||||||
[includes.h pathnames.h readconf.c servconf.c]
|
[includes.h pathnames.h readconf.c servconf.c]
|
||||||
move the path for xauth to pathnames.h
|
move the path for xauth to pathnames.h
|
||||||
|
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
|
||||||
|
|
||||||
20010606
|
20010606
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -5588,4 +5589,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -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)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
@ -696,6 +696,7 @@ int main(void)
|
|||||||
break;
|
break;
|
||||||
], [])
|
], [])
|
||||||
done
|
done
|
||||||
|
LIBS="$saved_LIBS"
|
||||||
|
|
||||||
if test ! -z "$no_rsa" ; then
|
if test ! -z "$no_rsa" ; then
|
||||||
AC_MSG_RESULT(disabled)
|
AC_MSG_RESULT(disabled)
|
||||||
@ -711,7 +712,7 @@ else
|
|||||||
else
|
else
|
||||||
RSA_MSG="yes (using RSAref)"
|
RSA_MSG="yes (using RSAref)"
|
||||||
AC_MSG_RESULT(using RSAref)
|
AC_MSG_RESULT(using RSAref)
|
||||||
LIBS="$saved_LIBS -lcrypto -lRSAglue -lrsaref"
|
LIBS="$LIBS -lcrypto -lRSAglue -lrsaref"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user