build: don't fail if linker version scripts are not supported
authorRan Benita <ran234@gmail.com>
Fri, 17 Jul 2015 20:26:20 +0000 (23:26 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 17 Jul 2015 20:26:20 +0000 (23:26 +0300)
commit257e38c82124454808687d1208629069109474ce
treeb169a6f9bb914f14d093bf243e78bd4c9cbe1ebd
parent8e1fed6c68ca23d8a6f31c30e36417f4c07274b1
build: don't fail if linker version scripts are not supported

Some platforms (such as OSX) do not support version scripts. In these
platforms the symbols will not be versioned, but it is OK to omit them.

https://github.com/xkbcommon/libxkbcommon/issues/24
Makefile.am
configure.ac