diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-05 14:14:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-05 14:14:53 +0000 |
commit | aefe3e7eb5caf2308d0c098e045a537a24dc42b6 (patch) | |
tree | acba8df0150eaa9ed094ccecd70ad8f238cbfc4d /Configure | |
parent | e2c1c280e8ae4a1005c41c45cd7feaff78272738 (diff) | |
download | perl-aefe3e7eb5caf2308d0c098e045a537a24dc42b6.tar.gz |
Exclude VMS extensions on non-VMS.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21759,6 +21759,8 @@ for xxx in $known_extensions ; do # --jhi avail_ext="$avail_ext $xxx" ;; + VMS*) + ;; Win32*) case "$osname" in cygwin) avail_ext="$avail_ext $xxx" ;; |