Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Opusfile Opusfile
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • OpusfileOpusfile
  • Repository
  • opusfile
  • configure.ac
Find file BlameHistoryPermalink
  • Ulrich Klauer's avatar
    Handle AC_SEARCH_LIBS special result value. · 365ac4c2
    Ulrich Klauer authored Mar 10, 2013 and Timothy B. Terriberry's avatar Timothy B. Terriberry committed Apr 30, 2013
    
    
    AC_SEARCH_LIBS will give a result of "none required" if the relevant
     function is available without any special libraries.
    This is the case for lrintf on MinGW.
    Make sure this special value isn't put verbatim into the pkg-config
     files, as it would cause the linker to search for files named
     "none" and "required", and fail.
    
    Signed-off-by: Timothy B. Terriberry's avatarTimothy B. Terriberry <tterribe@xiph.org>
    365ac4c2