diff mbox

[PATCHv2,1/4] configure: show libs and rename output

Message ID 1417300979-6248-2-git-send-email-anders.roxell@linaro.org
State Accepted
Commit f0850ec9563ace12a0d68d740c53352b6ac107e1
Headers show

Commit Message

Anders Roxell Nov. 29, 2014, 10:42 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index c30d9cb..3752f3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,9 +198,10 @@  AC_MSG_RESULT([
 	libdir:			${libdir}
 	includedir:		${includedir}
 
-	compiler:		${CC}
+	cc:			${CC}
 	cflags:			${CFLAGS}
 	am_cflags:		${AM_CFLAGS}
 	ldflags:		${LDFLAGS}
 	am_ldflags:		${AM_LDFLAGS}
+	libs:			${LIBS}
 ])