bdb.yama 885 B

123456789101112131415161718192021222324252627282930
  1. --- configure.o 2016-02-06 01:57:45.000000000 +0200
  2. +++ configure 2017-03-06 00:55:55.306825000 +0200
  3. @@ -20385,10 +20385,10 @@
  4. #define DB_VERSION_FULL ((DB_VERSION_MAJOR<<16)|(DB_VERSION_MINOR<<8)|DB_VERSION_PATCH)
  5. /* require 4.4 or later, but less than 6.0.20 */
  6. -#if DB_VERSION_FULL >= 0x040400 && DB_VERSION_FULL < 0x060014
  7. +#if DB_VERSION_FULL >= 0x010400 && DB_VERSION_FULL < 0x010014
  8. __db_version_compat
  9. #endif
  10. -#if DB_VERSION_FULL >= 0x060014
  11. +#if DB_VERSION_FULL >= 0x010014
  12. #error "BerkeleyDB 6.0.20+ license is incompatible with LDAP"
  13. #endif
  14. @@ -20402,13 +20402,6 @@
  15. rm -f conftest*
  16. fi
  17. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ol_cv_bdb_compat" >&5
  18. -$as_echo "$ol_cv_bdb_compat" >&6; }
  19. -
  20. -
  21. - if test $ol_cv_bdb_compat != yes ; then
  22. - as_fn_error "BerkeleyDB version incompatible with BDB/HDB backends" "$LINENO" 5
  23. - fi
  24. ol_cv_lib_db=no