NVIDIA / egl-wayland

The EGLStream-based Wayland external platform
MIT License
275 stars 44 forks source link

Add definition of AX_CHECK_COMPILE_FLAG for older autoconf versions #23

Closed mvicomoya closed 4 years ago

mvicomoya commented 4 years ago

Some autoconf versions might not define AX_CHECK_COMPILE_FLAG, causing configure to fail with:

./configure: line 18106: syntax error near unexpected token -fvisibility=hidden,' ./configure: line 18106:AX_CHECK_COMPILE_FLAG(-fvisibility=hidden,'

Fix that by providing the definition of AX_CHECK_COMPILE_FLAG.

Signed-off-by: Miguel A Vico Moya mvicomoya@nvidia.com