Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 605
    • Issues 605
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6185

Fix the cached value of ac_cv_c_compiler_gnu [v9.18]

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ondřej Surý requested to merge 3299-fix-AX_PROG_CC_FOR_BUILD-macro-v9_18 into v9_18 Apr 26, 2022
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

There was an error in AX_PROG_CC_FOR_BUILD macro that cached literal name of the cache variable saved_ac_cv_c_compiler_gnu instead of the value of said variable breaking the consecutive runs of ./configure script with caching enabled.

(cherry picked from commit 4a9f899b)

Closes #3299 (closed)

Edited Apr 26, 2022 by Ondřej Surý
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 3299-fix-AX_PROG_CC_FOR_BUILD-macro-v9_18