[vlmc-devel] configure.ac: Enable objc++ support

Hugo Beauzée-Luyssen git at videolan.org
Tue Aug 2 01:00:39 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug  2 00:39:11 2016 +0200| [36e79ca73a8c7b664b19db9e3fba3ea24e0bb2dd] | committer: Hugo Beauzée-Luyssen

configure.ac: Enable objc++ support

> https://code.videolan.org/videolan/vlmc/commit/36e79ca73a8c7b664b19db9e3fba3ea24e0bb2dd
---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 2fcda34..57dd10a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,7 @@ AC_CANONICAL_HOST
 AC_CONFIG_HEADERS([config.h])
 
 AC_PROG_CXX
+AC_PROG_OBJCXXCPP
 AX_CXX_COMPILE_STDCXX_11([noext])
 AX_CHECK_COMPILE_FLAG([-fPIC], [PIC_FLAGS=-fPIC])
 



More information about the Vlmc-devel mailing list