Changeset 138

Show
Ignore:
Timestamp:
03/04/07 10:24:07 (20 months ago)
Author:
smoku
Message:

Integrated cyrus-sasl_configure_check by Priit Laes. Closes #8

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r98 r138  
    282282fi 
    283283 
    284  
    285 AC_CHECK_LIB(sasl2,sasl_client_init) 
     284dnl 
     285dnl Cyrus-SASL 
     286dnl 
     287AC_CHECK_LIB(sasl2, sasl_client_init, [], 
     288        [AC_MSG_ERROR([Cyrus-SASL library not found])]) 
     289AC_CHECK_HEADERS("sasl/sasl.h", , 
     290        [AC_MSG_ERROR([Cyrus-SASL development headers not found])]) 
     291 
    286292 
    287293dnl find openssl >= 0.9.6b