Branch: refs/heads/stable
  Home:   https://github.com/tarantool/tarantool
  Commit: 4ac5a610018dda642f8024a77aa8d304308c6680
      
https://github.com/tarantool/tarantool/commit/4ac5a610018dda642f8024a77aa8d304308c6680
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Another attempt to fix fdatasync() on Darwin and FreeBSD

Use check_symbol_exists(), not check_function_exists(),
to discover fdatasync(), since apparently on some BSD systems
the symbol is present in the library but not in the headers
(I hope not vice versa).

Don't use check_prototype_definition, since it's not available
in CMake 2.6.



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to