In the reorganization of the build_vms.com the debug and float options were not fixed up correctly.

This small patch fixes that issue.

Regards,
-John
[email protected]

--- /src_root/curl/packages/vms/build_vms.com   Sun Jul 14 21:00:10 2013
+++ /vms_root/curl/packages/vms/build_vms.com   Mon Jul 15 00:36:49 2013
@@ -390,7 +390,6 @@
 $ if f$locate(",debug,", args_lower) .lt. args_lower_len
 $ then
 $   cc_debug = "/debug/nooptimize"
-$   goto arg_loop_end
 $ endif
 $!
 $! We normally want IEEE float if it is available.  Programs that are
@@ -400,7 +399,6 @@
 $ if f$locate(",noieee,", args_lower) .lt. args_lower_len
 $ then
 $   cc_float = ""
-$   goto arg_loop_end
 $ endif
 $!
 $! Normally we want large file if it is available.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to