Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-2292

--with-zlib or --with-snappy does not respect "system"

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.8.1
    • Affects Version/s: 1.8.0
    • Component/s: Build, libmongoc
    • None

      Passing "--with-zlib=system" or "--with-snappy=system" to configure always fails with "Cannot find system installed zlib" or "Cannot find system installed snappy". The configure check in our Autotools script only handles "auto" or "bundled" properly, because of a wrong boolean. If you pass "bundled" and the system libraries are available, configure does find and use them by default.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: