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.

32 lines
1001 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -966,7 +966,8 @@ AC_RUN_IFELSE(
  4. FILE *f = fopen(".", "r");
  5. return f != NULL;]])],
  6. [ac_cv_fread_reads_directories=no],
  7. - [ac_cv_fread_reads_directories=yes])
  8. + [ac_cv_fread_reads_directories=yes],
  9. + [ac_cv_fread_reads_directories=no])
  10. ])
  11. if test $ac_cv_fread_reads_directories = yes; then
  12. FREAD_READS_DIRECTORIES=UnfortunatelyYes
  13. @@ -1000,7 +1001,8 @@ AC_RUN_IFELSE(
  14. if (snprintf(buf, 3, "%s", "12345") != 5
  15. || strcmp(buf, "12")) return 1]])],
  16. [ac_cv_snprintf_returns_bogus=no],
  17. - [ac_cv_snprintf_returns_bogus=yes])
  18. + [ac_cv_snprintf_returns_bogus=yes],
  19. + [ac_cv_snprintf_returns_bogus=no])
  20. ])
  21. if test $ac_cv_snprintf_returns_bogus = yes; then
  22. SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes
  23. @@ -1023,7 +1025,8 @@ yippeeyeswehaveit
  24. #endif
  25. ]),
  26. [ac_cv_sane_mode_bits=yes],
  27. - [ac_cv_sane_mode_bits=no])
  28. + [ac_cv_sane_mode_bits=no],
  29. + [ac_cv_sane_mode_bits=yes])
  30. ])
  31. if test $ac_cv_sane_mode_bits = yes; then
  32. NEEDS_MODE_TRANSLATION=