Mesa (master): build: Print whether shared-glapi is enabled

Matt Turner mattst88 at kemper.freedesktop.org
Wed Aug 22 18:07:31 UTC 2012


Module: Mesa
Branch: master
Commit: 53248e5f95ee696992f3cfd11d8ddc5d748d0d8c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53248e5f95ee696992f3cfd11d8ddc5d748d0d8c

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Aug 17 11:25:14 2012 -0700

build: Print whether shared-glapi is enabled

Tested-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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




More information about the mesa-commit mailing list