From 95649972222c84123071489a8e907b51f22605d6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 19 Dec 2002 21:55:48 +0000 Subject: [PATCH] Small tweaks for code consistency. --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index ab2fb3083d..59a6d0846d 100755 --- a/Configure +++ b/Configure @@ -1037,7 +1037,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 ""; @@ -1096,7 +1096,7 @@ else # } } -$lflags="$libs$lflags"if ($libs ne ""); +$lflags="$libs$lflags" if ($libs ne ""); if ($no_asm) {