From: Matt Turner Date: Fri, 17 Aug 2012 18:25:14 +0000 (-0700) Subject: build: Print whether shared-glapi is enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53248e5f95ee696992f3cfd11d8ddc5d748d0d8c;p=mesa.git build: Print whether shared-glapi is enabled Tested-by: Brian Paul Reviewed-by: Kenneth Graunke --- diff --git a/configure.ac b/configure.ac index 10d7b666d78..2fe04abb666 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