Processing GNU-style "make variables" - implementation
[openssl.git] / Configurations / 10-main.conf
index 9a27dc9065bd86310afc851a5154a7a741eb820e..e773563dabee870a35c391e75f3e7fbb966e89b2 100644 (file)
@@ -1408,7 +1408,7 @@ my %targets = (
             # WIN32 UNICODE build gets linked with unicows.lib for
             # backward compatibility with Win9x.
             push @ex_libs, 'unicows.lib'
-                if (grep { $_ eq "UNICODE" } @user_defines);
+                if (grep { $_ eq "UNICODE" } @{$user{CPPDEFINES}});
             return join(" ", @ex_libs, @_);
         }),
         sys_id           => "WIN32",