Browse Source

build: Print whether shared-glapi is enabled

Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
tags/mesa-9.0
Matt Turner 13 years ago
parent
commit
53248e5f95
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      configure.ac

+ 1
- 0
configure.ac View File

@@ -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

Loading…
Cancel
Save