You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. --- a/configure 2017-03-08 20:12:00.720885949 +0200
  2. +++ b/configure 2017-03-08 20:12:51.210722711 +0200
  3. @@ -4190,37 +4190,6 @@
  4. fi
  5. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking match between Berkeley DB header files and runtime" >&5
  6. -$as_echo_n "checking match between Berkeley DB header files and runtime... " >&6; }
  7. -if test "$cross_compiling" = yes; then :
  8. - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  9. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  10. -as_fn_error $? "cannot run test program while cross compiling
  11. -See \`config.log' for more details" "$LINENO" 5; }
  12. -else
  13. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  14. -/* end confdefs.h. */
  15. -#include <db.h>
  16. -int
  17. -main ()
  18. -{
  19. -int M, m; db_version(&M, &m, 0);
  20. - return DB_VERSION_MAJOR != M || DB_VERSION_MINOR != m;
  21. - ;
  22. - return 0;
  23. -}
  24. -_ACEOF
  25. -if ac_fn_c_try_run "$LINENO"; then :
  26. -
  27. -else
  28. - as_fn_error $? "Berkeley DB header file does not match the library file" "$LINENO" 5
  29. -fi
  30. -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  31. - conftest.$ac_objext conftest.beam conftest.$ac_ext
  32. -fi
  33. -
  34. -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  35. -$as_echo "yes" >&6; }
  36. ac_config_files="$ac_config_files Makefile"
  37. cat >confcache <<\_ACEOF