Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
CDRIVER-1944 On macOS, config is unable to detect the installed OpenSSL library
-
- Closed
-