summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-16 11:50:47 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-30 17:50:00 -0300
commitb75b1e25f7088b1e63f4dabb62652691bab8c058 (patch)
treef03e9dba568b3f52bd13a21eac821048547c72e1 /Configure
parentdab7d4711877b0c5a53a924a43173eb81ca10d56 (diff)
downloadperl-b75b1e25f7088b1e63f4dabb62652691bab8c058.tar.gz
Configure: use $undef, not plain undef
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 48c719ddbb..88ff021eb3 100755
--- a/Configure
+++ b/Configure
@@ -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