>> src/auto/configure <<<< 4414c4414 < if test "$CC" = "cc"; then --- > > if test "$CC" = "cc"; then 4436,4439c4436 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use haltonmsg to force error for missing H files < CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float(ieee),haltonmsg(3296)"; --- > CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float\\(IEEE\\)"; 12595,12598d12591 < # IBM z/OS reset CFLAGS for config.mk < if test "$zOSUnix" = "yes"; then < CFLAGS="-D_ALL_SOURCE -Wc,float\(ieee\)" < fi
>>> src/configure.in <<<<<< 339,342c339 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use haltonmsg to force error for missing H files < CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float(ieee),haltonmsg(3296)"; --- > CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float\\(IEEE\\)"; 3647,3651d3643 < < # IBM z/OS reset CFLAGS for config.mk < if test "$zOSUnix" = "yes"; then < CFLAGS="-D_ALL_SOURCE -Wc,float\(ieee\)" < fi -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
