Small tweaks for code consistency.
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 21:55:50 +0000 (21:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Dec 2002 21:55:50 +0000 (21:55 +0000)
Configure

index c2c7c0bd389415087e584d424e7d9e812d978bce..11d20e029e7e9ede94d572cbe3890f02b0e8b342 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1016,7 +1016,7 @@ else
                        }
                }
        $withargs{"krb5-lib"} .= " -lresolv"
-               if ("$lresolv");
+               if ("$lresolv" ne "");
        $withargs{"krb5-include"} = "-I".$withargs{"krb5-dir"}."/include"
                if $withargs{"krb5-include"} eq "" &&
                   $withargs{"krb5-dir"} ne "";
@@ -1075,7 +1075,7 @@ else
 #              }
        }       
 
-$lflags="$libs$lflags"if ($libs ne "");
+$lflags="$libs$lflags" if ($libs ne "");
 
 if ($no_asm)
        {