fix sasl include path lookup - look in withval/include/sasl first

This commit is contained in:
richm%stanfordalumni.org 2006-10-11 16:02:30 +00:00
parent df24e2945a
commit 17b2287ad1
2 changed files with 3036 additions and 7147 deletions

View File

@ -35,7 +35,9 @@ AC_ARG_WITH(sasl,
AC_MSG_RESULT([using $withval])
HAVE_SASL=1
if test -f "$withval/include/sasl.h"; then
if test -f "$withval/include/sasl/sasl.h"; then
SASL_CFLAGS="-I$withval/include/sasl"
elif test -f "$withval/include/sasl.h"; then
SASL_CFLAGS="-I$withval/include"
else
AC_MSG_ERROR(sasl.h not found)

10179
directory/c-sdk/configure vendored

File diff suppressed because it is too large Load Diff