gstreamer/m4
Nirbheek Chauhan 6c1bc80d27 build: Fix clock_gettime check with XCode 8
With XCode 8, clock_gettime will be incorrectly detected as being
available regardless of what OS X version we're targetting because the
symbol is available in the .tbd library as a weak symbol.
See: https://github.com/Homebrew/homebrew-core/issues/3727#issue-170086273

It's only starting from macOS 10.12 that clock_gettime is actually
available, so we can unconditionally disable it when targetting older
versions. We cannot simply do AC_CHECK_FUNCS with -Wl,-no_weak_imports
because the autoconf check does its own prototype declaration that
doesn't trigger that compiler flag.

https://bugzilla.gnome.org/show_bug.cgi?id=772451
2016-10-13 03:40:04 +05:30
..
.gitignore build: make autotools put its m4 files into m4/ instead of common/m4/ 2010-03-30 15:20:07 +01:00
check-checks.m4 build: Fix clock_gettime check with XCode 8 2016-10-13 03:40:04 +05:30
Makefile.am build: make autotools put its m4 files into m4/ instead of common/m4/ 2010-03-30 15:20:07 +01:00