Corrected status printout when kpop is enabled
authoruid1005 <uid1005>
Fri, 21 Apr 2000 17:36:37 +0000 (17:36 +0000)
committeruid1005 <uid1005>
Fri, 21 Apr 2000 17:36:37 +0000 (17:36 +0000)
configure
configure.in
stamp-h.in

index 4b68330..0937a02 100755 (executable)
--- 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
index 3caecbd..735676d 100644 (file)
@@ -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
index 673fec7..eecf270 100644 (file)
@@ -1 +1 @@
-Mon Apr 17 21:22:51 PDT 2000
+Fri Apr 21 13:45:55 EDT 2000