projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab7d47
)
Configure: use $undef, not plain undef
author
Brian Fraser
<fraserbn@gmail.com>
Thu, 16 Jan 2014 14:50:47 +0000
(11:50 -0300)
committer
Brian Fraser
<fraserbn@gmail.com>
Thu, 30 Jan 2014 20:50:00 +0000
(17:50 -0300)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index
48c719d
..
88ff021
100755
(executable)
--- 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