Don't use kerberos library locations on windows.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 21 Apr 2005 00:42:55 +0000 (00:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 21 Apr 2005 00:42:55 +0000 (00:42 +0000)
Configure

index 9407acceb56e29656cf061daaf3c499097d742cc..b0a7a4b8da7a1005cf197caa481b1a57213cc903 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1028,7 +1028,7 @@ else
                        if $withargs{"krb5-dir"} eq "";
                $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
                        "/lib -lgssapi -lkrb5 -lcom_err"
-                       if $withargs{"krb5-lib"} eq "";
+                       if $withargs{"krb5-lib"} eq "" && !$IsWindows;
                $cflags="-DKRB5_HEIMDAL $cflags";
                }
        if ($withargs{"krb5-flavor"} =~ /^[Mm][Ii][Tt]/)
@@ -1037,7 +1037,7 @@ else
                        if $withargs{"krb5-dir"} eq "";
                $withargs{"krb5-lib"} = "-L".$withargs{"krb5-dir"}.
                        "/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto"
-                       if $withargs{"krb5-lib"} eq "";
+                       if $withargs{"krb5-lib"} eq "" && !$IsWindows;
                $cflags="-DKRB5_MIT $cflags";
                $withargs{"krb5-flavor"} =~ s/^[Mm][Ii][Tt][._-]*//;
                if ($withargs{"krb5-flavor"} =~ /^1[._-]*[01]/)