[vlmc-devel] configure.ac: Enable platform extensions
Hugo Beauzée-Luyssen
git at videolan.org
Wed Aug 3 16:13:16 CEST 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Aug 3 16:12:42 2016 +0200| [6b2d3fc239a4cffc0a3c53500ece09dcbb8b07c9] | committer: Hugo Beauzée-Luyssen
configure.ac: Enable platform extensions
> https://code.videolan.org/videolan/vlmc/commit/6b2d3fc239a4cffc0a3c53500ece09dcbb8b07c9
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 57dd10a..b6dffbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
AC_PROG_OBJCXXCPP
+AC_USE_SYSTEM_EXTENSIONS
AX_CXX_COMPILE_STDCXX_11([noext])
AX_CHECK_COMPILE_FLAG([-fPIC], [PIC_FLAGS=-fPIC])
More information about the Vlmc-devel
mailing list