We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c6aa1 commit ce65dc5Copy full SHA for ce65dc5
config.mk.in
@@ -1,6 +1,7 @@
1
CC = @CC@
2
-CFLAGS = @CFLAGS@
3
-CXXFLAGS += -fPIC -std=c++0x
+CXX = @CXX@
+CFLAGS += @CFLAGS@
4
+CXXFLAGS += -fPIC -std=c++11 @CXXFLAGS@
5
SQLPP = @SQLPP@
6
7
XML2_CPPFLAGS = @XML2_CPPFLAGS@
configure.ac
@@ -377,6 +377,7 @@ AC_MSG_RESULT([ PointCloud is now configured for ${host}])
377
AC_MSG_RESULT()
378
AC_MSG_RESULT([ -------------- Compiler Info ------------- ])
379
AC_MSG_RESULT([ C compiler: ${CC} ${CFLAGS}])
380
+AC_MSG_RESULT([ CXX compiler: ${CXX} ${CXXFLAGS}])
381
AC_MSG_RESULT([ SQL preprocessor: ${SQLPP}])
382
383
AC_MSG_RESULT([ -------------- Dependencies -------------- ])
0 commit comments