]> git.marmaro.de Git - mmh/commitdiff
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 4b6833005ce97e9d86e1f69960f97cd568a7b95c..0937a02b830da3ce6ca6070c898ef4783b39cb07 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 3caecbd234b2cfe37167f32ca254b79cdc4e0817..735676d9551c054a265b164bf20ee0e2f52b23aa 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 673fec751d93616ce34aa6260ffa6f8a209a82da..eecf2705acefbbaf6a76de802425dd700b13682d 100644 (file)
@@ -1 +1 @@
-Mon Apr 17 21:22:51 PDT 2000
+Fri Apr 21 13:45:55 EDT 2000