Module: Mesa Branch: master Commit: 53248e5f95ee696992f3cfd11d8ddc5d748d0d8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53248e5f95ee696992f3cfd11d8ddc5d748d0d8c
Author: Matt Turner <[email protected]> Date: Fri Aug 17 11:25:14 2012 -0700 build: Print whether shared-glapi is enabled Tested-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
