laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30015 )
Change subject: layer23: configure.ac: print CFLAGS/CPPFLAGS using AC_MSG_RESULT() ......................................................................
layer23: configure.ac: print CFLAGS/CPPFLAGS using AC_MSG_RESULT()
Change-Id: Ib8d7138f7d5504176156ea5349336f5994c8fa80 --- M src/host/layer23/configure.ac 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/src/host/layer23/configure.ac b/src/host/layer23/configure.ac index 34dcbff..3ce9ead 100644 --- a/src/host/layer23/configure.ac +++ b/src/host/layer23/configure.ac @@ -60,6 +60,9 @@
dnl Checks for typedefs, structures and compiler characteristics
+AC_MSG_RESULT([CFLAGS="$CFLAGS"]) +AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"]) + AC_OUTPUT( src/Makefile src/common/Makefile