Skip to content
  • Nick Mathewson's avatar
    Remove spurious exit() calls from configure.ac · db135270
    Nick Mathewson authored
    We added these a while ago, but they do no actual good, and
    cause implicit declaration warnings in some situations.  Rather than
    just adding stdint.h, it's easier to remove the exit() calls
    as redundant.
    
    Fixes bug 18626; bugfix from "cypherpunks"
    db135270