This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
wcs* fix-up for configure.com
authorCraig A. Berry <craigberry@mac.com>
Thu, 5 Jun 2014 20:30:08 +0000 (15:30 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 5 Jun 2014 20:30:08 +0000 (15:30 -0500)
commitbdcba584fd26e9a07f5d2d13db3b11fafca6bffe
treea346e0857d2e69109c4acbcc8a9e425b11980da4
parentea61af38ef61f87b08df7076da2908856ca87604
wcs* fix-up for configure.com

VMS has had wcscmp and wcsxfrm since version 6.2 was released in
1995.  None of these functions depends on what compiler we're
running, only on what the C library has, and there is only one
viable CRTL in existence in modern times, so we probably need a
further refactor to eliminate the compiler check for this whole
section.
configure.com