mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (bal) Resolved more $xno and $xyes issues in configure.in
This commit is contained in:
parent
9be6e267b5
commit
23e1371d9d
@ -2,6 +2,7 @@
|
|||||||
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
|
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
|
||||||
- (stevesk) Create contrib/cygwin/ directory; patch from
|
- (stevesk) Create contrib/cygwin/ directory; patch from
|
||||||
Corinna Vinschen <vinschen@redhat.com>
|
Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
- (bal) Resolved more $xno and $xyes issues in configure.in
|
||||||
|
|
||||||
20001028
|
20001028
|
||||||
- (djm) fix select hack in serverloop.c from Philippe WILLEM
|
- (djm) fix select hack in serverloop.c from Philippe WILLEM
|
||||||
|
@ -380,7 +380,7 @@ fi
|
|||||||
AC_ARG_WITH(ssl-dir,
|
AC_ARG_WITH(ssl-dir,
|
||||||
[ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
|
[ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
|
||||||
[
|
[
|
||||||
if test "x$withval" != "$xno" ; then
|
if test "x$withval" != "xno" ; then
|
||||||
tryssldir=$withval
|
tryssldir=$withval
|
||||||
fi
|
fi
|
||||||
]
|
]
|
||||||
@ -1043,7 +1043,7 @@ AC_ARG_WITH(kerberos4,
|
|||||||
[
|
[
|
||||||
if test "x$withval" != "xno" ; then
|
if test "x$withval" != "xno" ; then
|
||||||
|
|
||||||
if test "x$withval" != "$xyes" ; then
|
if test "x$withval" != "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -I${withval}/include"
|
CFLAGS="$CFLAGS -I${withval}/include"
|
||||||
LDFLAGS="$LDFLAGS -L${withval}/lib"
|
LDFLAGS="$LDFLAGS -L${withval}/lib"
|
||||||
if test ! -z "$need_dash_r" ; then
|
if test ! -z "$need_dash_r" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user