fixeria has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/15/30015/1
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
To view, visit change 30015. To unsubscribe, or for help writing mail filters, visit settings.