diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-16 11:50:47 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-30 17:50:00 -0300 |
commit | b75b1e25f7088b1e63f4dabb62652691bab8c058 (patch) | |
tree | f03e9dba568b3f52bd13a21eac821048547c72e1 /Configure | |
parent | dab7d4711877b0c5a53a924a43173eb81ca10d56 (diff) | |
download | perl-b75b1e25f7088b1e63f4dabb62652691bab8c058.tar.gz |
Configure: use $undef, not plain undef
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2904,7 +2904,7 @@ $define|true|[yY]*) hostosname=`$hostperl -le 'print $^O'` ;; *) - usecrosscompile='undef' + usecrosscompile="$undef" ;; esac @@ -3115,7 +3115,7 @@ EOF *) run='' to=: from=: - usecrosscompile='undef' + usecrosscompile="$undef" targetarch='' ;; esac |