summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-05 14:14:53 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-05 14:14:53 +0000
commitaefe3e7eb5caf2308d0c098e045a537a24dc42b6 (patch)
treeacba8df0150eaa9ed094ccecd70ad8f238cbfc4d /Configure
parente2c1c280e8ae4a1005c41c45cd7feaff78272738 (diff)
downloadperl-aefe3e7eb5caf2308d0c098e045a537a24dc42b6.tar.gz
Exclude VMS extensions on non-VMS.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 71f997f725..6063e53a2e 100755
--- a/Configure
+++ b/Configure
@@ -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" ;;