Makes it more obvious to the user what flags are set and by which means
(AM_*/LIBS is set by configure's internals, the others by the user).

Signed-off-by: Anders Roxell <anders.rox...@linaro.org>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8cebc4f..0160284 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,6 +231,8 @@ AC_MSG_RESULT([
        includedir:             ${includedir}
 
        cc:                     ${CC}
+       cppflags:               ${CPPFLAGS}
+       am_cppflags:            ${AM_CPPFLAGS}
        cflags:                 ${CFLAGS}
        am_cflags:              ${AM_CFLAGS}
        ldflags:                ${LDFLAGS}
-- 
2.1.0


_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to