Fix the test for sasl.h to look in the correct place. cvs-repository-moved-to-git
authorKen Hornstein <kenh@pobox.com>
Sun, 21 Nov 2010 22:19:51 +0000 (22:19 +0000)
committerKen Hornstein <kenh@pobox.com>
Sun, 21 Nov 2010 22:19:51 +0000 (22:19 +0000)
configure.in

index 7730717..8e8fb1c 100644 (file)
@@ -704,7 +704,7 @@ dnl CHECK FOR CYRUS-SASL
 dnl --------------------
 
 AS_IF([test x"$sasl_support" = x"yes"],[
 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])])])
 
   AC_CHECK_LIB([sasl2], [sasl_client_new], ,
     [AC_MSG_ERROR([Cyrus SASL library not found])])])