summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2012-06-06 21:53:48 -0500
committerCraig A. Berry <craigberry@mac.com>2012-06-06 21:53:48 -0500
commitae0a0fb2ce70e35111ba07e2a578edd8fcc989f8 (patch)
treeb602ee1cfc5e0732188cbe98a4baa45d2be2288f /configure.com
parent2793ad9736be7d9f8d4be845ec4a4ebbc25cb516 (diff)
downloadperl-ae0a0fb2ce70e35111ba07e2a578edd8fcc989f8.tar.gz
Correct the dlsrc entry in configure.com.
It's not the .c, it's the .xs from which we generate the .c. Spotted by Nicholas.
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 6a5921bdf7..075cebd534 100644
--- a/configure.com
+++ b/configure.com
@@ -6327,7 +6327,7 @@ $ WC "devtype='" + devtype + "'"
$ WC "direntrytype='struct dirent'"
$ WC "dlext='" + dlext + "'"
$ WC "dlobj='" + dlobj + "'"
-$ WC "dlsrc='dl_vms.c'"
+$ WC "dlsrc='dl_vms.xs'"
$ WC "doublesize='" + doublesize + "'"
$ WC "drand01='" + drand01 + "'"
$ WC "dtrace='" + "'"