From 9056626be4b0dfdf859d2f2b70472ee494b622f2 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 25 Jan 2014 14:48:51 -0600 Subject: [PATCH] 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. --- configure.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.com b/configure.com index 521dd8f..96bf82e 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 + "'" -- 2.7.4