summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 64c682eeb..83e044f1b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.287 2001/05/28 17:17:35 tim Exp $ 1# $Id: configure.in,v 1.288 2001/06/09 02:16:29 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -696,6 +696,7 @@ int main(void)
696 break; 696 break;
697 ], []) 697 ], [])
698done 698done
699LIBS="$saved_LIBS"
699 700
700if test ! -z "$no_rsa" ; then 701if test ! -z "$no_rsa" ; then
701 AC_MSG_RESULT(disabled) 702 AC_MSG_RESULT(disabled)
@@ -711,7 +712,7 @@ else
711 else 712 else
712 RSA_MSG="yes (using RSAref)" 713 RSA_MSG="yes (using RSAref)"
713 AC_MSG_RESULT(using RSAref) 714 AC_MSG_RESULT(using RSAref)
714 LIBS="$saved_LIBS -lcrypto -lRSAglue -lrsaref" 715 LIBS="$LIBS -lcrypto -lRSAglue -lrsaref"
715 fi 716 fi
716 fi 717 fi
717fi 718fi