From 23e1371d9d3893afd4b32cd408971d830b594746 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 29 Oct 2000 22:49:19 +0000 Subject: - (bal) Resolved more $xno and $xyes issues in configure.in --- ChangeLog | 1 + configure.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c29b9940..f2d7e6725 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ - (stevesk) Fix typo in auth.c: USE_PAM not PAM - (stevesk) Create contrib/cygwin/ directory; patch from Corinna Vinschen + - (bal) Resolved more $xno and $xyes issues in configure.in 20001028 - (djm) fix select hack in serverloop.c from Philippe WILLEM diff --git a/configure.in b/configure.in index 5a30819b4..6f27c3b99 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3