portability_01_haiku 591 B

1234567891011
  1. o Minor buxfixes:
  2. - During configure, search for library containing cos function as
  3. libm lives in libcore on some platforms (BeOS/Haiku).
  4. Linking against libm was hard-coded before. Bugfix on
  5. 0.2.2.2-alpha, fixes the first part of bug 4727. Patch and
  6. analysis by Martin Hebnes Pedersen.
  7. - Preprocessor directives should not be put inside the arguments
  8. of a macro. This would break compilation with GCC releases prior
  9. to version 3.3. Bugfix on 0.2.3.3-alpha, fixes the other part of
  10. bug 4727. Patch and analysis by Martin Hebnes Pedersen.