Configurations/unix-Makefile.tmpl: remove assignment of AS and ASFLAGS
[openssl.git] / Configure
index d78066b25bfbfd30031f956d06ee8d1991214a23..6f70e1892088899344cde68c13339eaa22d72c4a 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -3008,7 +3008,7 @@ sub compiler_predefined {
 
     return () if $^O eq 'VMS';
 
-    die 'compiler_predefines called without a default compiler'
+    die 'compiler_predefined called without a default compiler'
         unless $default_compiler;
 
     if (! $predefined{$default_compiler}) {