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

cyrus header checks don't account for non-system paths

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.6.0
    • Affects Version/s: None
    • Component/s: None
    • None

      if test "$enable_sasl" = "auto" -a "$sasl_mode" != "no"; then    
        AC_CHECK_HEADERS([sasl/sasl.h],    
           [have_sasl_headers=yes],    
           [have_sasl_headers=no])    
        if test "$have_sasl_headers" = "no"; then    
           SASL_LIBS=""    
           enable_sasl=no    
           sasl_mode=no    
        fi    
      fi    
      

      I don't know why we are doing this header check twice, but I believe it doesn't work for non-default search directories since we don't upgrade the CFLAGS with the cflags from the pkgconfig search.

            Assignee:
            bjori Hannes Magnusson
            Reporter:
            bjori Hannes Magnusson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: