From dc35357cfd21782dac6f1fc35f375364b0d207a4 Mon Sep 17 00:00:00 2001 From: uid1005 Date: Fri, 21 Apr 2000 17:36:37 +0000 Subject: [PATCH] Corrected status printout when kpop is enabled --- configure | 4 ++-- configure.in | 2 +- stamp-h.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 4b68330..0937a02 100755 --- a/configure +++ b/configure @@ -1263,7 +1263,7 @@ if test -n "$RANLIB"; then else echo "$ac_t""no" 1>&6 fi - for ac_prog in mawk gawk nawk awk + for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -4794,7 +4794,7 @@ if test x"$enable_pop" = x"yes"; then if test x"$enable_apop" = x"yes"; then pop_kinds="${pop_kinds} apop" fi - if test x"$with_krb4" = x"yes"; then + if test x"$with_krb4" != x -a x"$with_krb4" != x"no"; then pop_kinds="${pop_kinds} kpop" fi if test "$pop_kinds" = "yes (pop"; then diff --git a/configure.in b/configure.in index 3caecbd..735676d 100644 --- a/configure.in +++ b/configure.in @@ -714,7 +714,7 @@ if test x"$enable_pop" = x"yes"; then if test x"$enable_apop" = x"yes"; then pop_kinds="${pop_kinds} apop" fi - if test x"$with_krb4" = x"yes"; then + if test x"$with_krb4" != x -a x"$with_krb4" != x"no"; then pop_kinds="${pop_kinds} kpop" fi if test "$pop_kinds" = "yes (pop"; then diff --git a/stamp-h.in b/stamp-h.in index 673fec7..eecf270 100644 --- a/stamp-h.in +++ b/stamp-h.in @@ -1 +1 @@ -Mon Apr 17 21:22:51 PDT 2000 +Fri Apr 21 13:45:55 EDT 2000 -- 1.7.10.4