diff options
author | Matt Turner <[email protected]> | 2012-08-17 11:25:14 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-22 11:08:06 -0700 |
commit | 53248e5f95ee696992f3cfd11d8ddc5d748d0d8c (patch) | |
tree | 724d35b656d370399788516a9ccd4c032c3c105e /configure.ac | |
parent | 625651cf813f2b18626f0d26e68e3a2935325b8d (diff) |
build: Print whether shared-glapi is enabled
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |