projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da304a4
)
Fix the test for sasl.h to look in the correct place.
cvs-repository-moved-to-git
author
Ken Hornstein
<kenh@pobox.com>
Sun, 21 Nov 2010 22:19:51 +0000
(22:19 +0000)
committer
Ken Hornstein
<kenh@pobox.com>
Sun, 21 Nov 2010 22:19:51 +0000
(22:19 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
7730717
..
8e8fb1c
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-704,7
+704,7
@@
dnl CHECK FOR CYRUS-SASL
dnl --------------------
AS_IF([test x"$sasl_support" = x"yes"],[
- AC_CHECK_HEADER([sasl.h], , [AC_MSG_ERROR([sasl.h not found])])
+ AC_CHECK_HEADER([sasl/sasl.h], , [AC_MSG_ERROR([sasl.h not found])])
AC_CHECK_LIB([sasl2], [sasl_client_new], ,
[AC_MSG_ERROR([Cyrus SASL library not found])])])