summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2014-01-25 14:48:51 -0600
committerCraig A. Berry <craigberry@mac.com>2014-01-25 14:52:13 -0600
commit9056626be4b0dfdf859d2f2b70472ee494b622f2 (patch)
treec79fc044fcf6abd9316dc35e19a2ff3174669ca2 /configure.com
parent60e5a54b7c38e5e2a1346423236d205576f8234d (diff)
downloadperl-9056626be4b0dfdf859d2f2b70472ee494b622f2.tar.gz
Fix targetsh in configure.com.
Specifically, there is no 'sh' variable, so if we try to reference it we get: %DCL-W-UNDSYM, undefined symbol - check validity and spelling \SH\ So enter an empty string for targetsh.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index 521dd8f1d7..96bf82e64a 100644
--- a/configure.com
+++ b/configure.com
@@ -6685,7 +6685,7 @@ $ WC "stdio_ptr='((*fp)->_ptr)'"
$ WC "stdio_stream_array=' " + "'"
$ WC "subversion='" + subversion + "'"
$ WC "targetarch='" + "'"
-$ WC "targetsh='" + sh + "'"
+$ WC "targetsh='" + "'"
$ WC "timetype='" + timetype + "'"
$ WC "u16size='" + u16size + "'"
$ WC "u16type='" + u16type + "'"