Commit 8551bf63 authored by Robert Edmonds's avatar Robert Edmonds

configure.ac: print out C++ related build flags

parent 43b94a4b
...@@ -67,10 +67,12 @@ AC_OUTPUT ...@@ -67,10 +67,12 @@ AC_OUTPUT
AC_MSG_RESULT([ AC_MSG_RESULT([
$PACKAGE $VERSION $PACKAGE $VERSION
compiler: ${CC} CC: ${CC}
cflags: ${CFLAGS} CFLAGS: ${CFLAGS}
ldflags: ${LDFLAGS} CXX: ${CXX}
libs: ${LIBS} CXXFLAGS: ${CXXFLAGS}
LDFLAGS: ${LDFLAGS}
LIBS: ${LIBS}
prefix: ${prefix} prefix: ${prefix}
sysconfdir: ${sysconfdir} sysconfdir: ${sysconfdir}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment