diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 10 |
2 files changed, 8 insertions, 6 deletions
@@ -3,6 +3,8 @@ | |||
3 | <tell@telltronics.org> | 3 | <tell@telltronics.org> |
4 | - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL | 4 | - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL |
5 | that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi> | 5 | that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi> |
6 | - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice | ||
7 | <tim@multitalents.net> | ||
6 | 8 | ||
7 | 20010222 | 9 | 20010222 |
8 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> | 10 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> |
@@ -4104,4 +4106,4 @@ | |||
4104 | - Wrote replacements for strlcpy and mkdtemp | 4106 | - Wrote replacements for strlcpy and mkdtemp |
4105 | - Released 1.0pre1 | 4107 | - Released 1.0pre1 |
4106 | 4108 | ||
4107 | $Id: ChangeLog,v 1.814 2001/02/23 04:55:46 mouring Exp $ | 4109 | $Id: ChangeLog,v 1.815 2001/02/23 05:05:53 mouring Exp $ |
diff --git a/configure.in b/configure.in index 53d036172..5d7283360 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.250 2001/02/21 02:35:37 mouring Exp $ | 1 | # $Id: configure.in,v 1.251 2001/02/23 05:05:53 mouring Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -619,9 +619,9 @@ AC_CACHE_CHECK([for OpenSSL directory], ac_cv_openssldir, [ | |||
619 | # Try to use $ssldir/include if it exists, otherwise | 619 | # Try to use $ssldir/include if it exists, otherwise |
620 | # $ssldir | 620 | # $ssldir |
621 | if test -d "$ssldir/include" ; then | 621 | if test -d "$ssldir/include" ; then |
622 | CPPFLAGS="$CPPFLAGS -I$ssldir/include" | 622 | CPPFLAGS="$saved_CPPFLAGS -I$ssldir/include" |
623 | else | 623 | else |
624 | CPPFLAGS="$CPPFLAGS -I$ssldir" | 624 | CPPFLAGS="$saved_CPPFLAGS -I$ssldir" |
625 | fi | 625 | fi |
626 | fi | 626 | fi |
627 | 627 | ||
@@ -681,9 +681,9 @@ if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ; | |||
681 | # Try to use $ssldir/include if it exists, otherwise | 681 | # Try to use $ssldir/include if it exists, otherwise |
682 | # $ssldir | 682 | # $ssldir |
683 | if test -d "$ssldir/include" ; then | 683 | if test -d "$ssldir/include" ; then |
684 | CPPFLAGS="$CPPFLAGS -I$ssldir/include" | 684 | CPPFLAGS="$saved_CPPFLAGS -I$ssldir/include" |
685 | else | 685 | else |
686 | CPPFLAGS="$CPPFLAGS -I$ssldir" | 686 | CPPFLAGS="$saved_CPPFLAGS -I$ssldir" |
687 | fi | 687 | fi |
688 | fi | 688 | fi |
689 | fi | 689 | fi |