mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
configure.ac: print out C++ related build flags
This commit is contained in:
parent
43b94a4bc4
commit
8551bf637d
10
configure.ac
10
configure.ac
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user