From 53248e5f95ee696992f3cfd11d8ddc5d748d0d8c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 17 Aug 2012 11:25:14 -0700 Subject: [PATCH] build: Print whether shared-glapi is enabled Tested-by: Brian Paul Reviewed-by: Kenneth Graunke --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 10d7b66..2fe04ab 100644 --- a/configure.ac +++ b/configure.ac @@ -2199,6 +2199,7 @@ dnl Libraries echo "" echo " Shared libs: $enable_shared" echo " Static libs: $enable_static" +echo " Shared-glapi: $enable_shared_glapi" dnl Compiler options # cleanup the CFLAGS/CXXFLAGS/DEFINES vars -- 2.7.4