Skip to content
  • Cheng Shao's avatar
    81d10134
    configure: remove dead code in configure scripts · 81d10134
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    
    
    This patch removes dead code in our configure scripts, including:
    
    - Variables and auto-detected programs that are not used
    - autoconf functions that are not used, or export a variable that's
      not used
    - `AC_CHECK_HEADERS` invocations that don't have actual corresponding
      `HAVE_XXX_H` usage
    - Other dead code (e.g. stray `AC_DEFUN()`)
    
    Co-authored-by: default avatarCodex <codex@openai.com>
    81d10134
    configure: remove dead code in configure scripts
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    
    
    This patch removes dead code in our configure scripts, including:
    
    - Variables and auto-detected programs that are not used
    - autoconf functions that are not used, or export a variable that's
      not used
    - `AC_CHECK_HEADERS` invocations that don't have actual corresponding
      `HAVE_XXX_H` usage
    - Other dead code (e.g. stray `AC_DEFUN()`)
    
    Co-authored-by: default avatarCodex <codex@openai.com>
Loading