This allows lib/config/extensions.t to run with out errors on VMS.

Currently VMS does not appear to have any non-xs extensions being built automatically.

-John
[EMAIL PROTECTED]
Personal Opinion Only
--- configure.com_24292 Sat Aug 13 10:16:55 2005
+++ configure.com       Sat Aug 13 00:46:18 2005
@@ -57,6 +57,7 @@
 $ use_debugmalloc = "N"
 $ ccflags = ""
 $ static_ext = ""
+$ nonxs_ext = ""
 $ vms_default_directory_name = F$ENVIRONMENT("DEFAULT")
 $ max_allowed_dir_depth = 3  ! e.g. [A.B.PERLxxx] not [A.B.C.PERLxxx]
 $! max_allowed_dir_depth = 2 ! e.g. [A.PERLxxx] not [A.B.PERLxxx]
@@ -5972,6 +5973,7 @@
 $ WC "netdb_host_type='" + netdb_host_type + "'"
 $ WC "netdb_name_type='" + netdb_name_type + "'"
 $ WC "netdb_net_type='" + netdb_net_type + "'"
+$ WC "nonxs_ext='" + nonxs_ext + "'"
 $ WC "nveformat='" + nveformat + "'"
 $ WC "nvfformat='" + nvfformat + "'"
 $ WC "nvgformat='" + nvgformat + "'"

Reply via email to