- (bal) Resolved more $xno and $xyes issues in configure.in

This commit is contained in:
Ben Lindstrom 2000-10-29 22:49:19 +00:00
parent 9be6e267b5
commit 23e1371d9d
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- (stevesk) Fix typo in auth.c: USE_PAM not PAM
- (stevesk) Create contrib/cygwin/ directory; patch from
Corinna Vinschen <vinschen@redhat.com>
- (bal) Resolved more $xno and $xyes issues in configure.in
20001028
- (djm) fix select hack in serverloop.c from Philippe WILLEM

View File

@ -380,7 +380,7 @@ fi
AC_ARG_WITH(ssl-dir,
[ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
[
if test "x$withval" != "$xno" ; then
if test "x$withval" != "xno" ; then
tryssldir=$withval
fi
]
@ -1043,7 +1043,7 @@ AC_ARG_WITH(kerberos4,
[
if test "x$withval" != "xno" ; then
if test "x$withval" != "$xyes" ; then
if test "x$withval" != "xyes" ; then
CFLAGS="$CFLAGS -I${withval}/include"
LDFLAGS="$LDFLAGS -L${withval}/lib"
if test ! -z "$need_dash_r" ; then