Changeset 265
- Timestamp:
- 06/07/07 11:09:20 (17 months ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r216 r265 574 574 AC_MSG_RESULT(no))], 575 575 AC_MSG_RESULT(no)) 576 if test "x-$have_db_version" = "x-" ; then 577 LIBS="$save_libs" 578 fi 576 LIBS="$save_libs" 579 577 fi 580 578 done … … 643 641 if test "x-$want_ldap" = "x-yes" ; then 644 642 AC_CHECK_HEADERS(lber.h ldap.h) 643 save_libs="$LIBS" 645 644 if test "x-$ac_cv_header_ldap_h" = "x-yes" -a "x-$ac_cv_header_lber_h" = "x-yes" ; then 646 645 AC_CHECK_LIB(lber, ber_alloc) … … 662 661 AC_MSG_RESULT(no)) 663 662 fi 663 LIBS="$save_libs" 664 664 if test "x-$have_ldap_version" = "x-" ; then 665 665 AC_MSG_ERROR([OpenLDAP client libraries >= 2.1.0 not found])
