- (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) 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue