Commit ed504a20 authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure: fix small spelling error

parent 41aede86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}) {