Skip to content
Snippets Groups Projects
Commit 36e79ca7 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

configure.ac: Enable objc++ support

parent 78011beb
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment