Ticket #236: configure.diff

File configure.diff, 553 bytes (added by rudi, 13 years ago)
  • configure.cmd

     
    798798    do i = 1 to words(G.CFG_NOBUILD_PARTS)
    799799        j = wordpos(word(G.CFG_NOBUILD_PARTS, i), G.CFG_BUILD_PARTS)
    800800        if (j > 0) then
    801             call delword G.CFG_BUILD_PARTS, j
     801            G.CFG_BUILD_PARTS = delword(G.CFG_BUILD_PARTS, j, 1)
    802802    end
    803803    /* libs is a required part of the build */
    804804    if (wordpos("libs", G.CFG_BUILD_PARTS) == 0) then