summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-24 11:34:42 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-24 11:34:42 -0500
commit027ce0c493a85c863df88b43f61aea34bcd4cd58 (patch)
treef845bb4ce46ffe9dfa3e77ed88f51d4e354ade96 /configs
parenta208468e04353239f2876cc2013f860b48a4f1c1 (diff)
downloadexternal_mesa3d-027ce0c493a85c863df88b43f61aea34bcd4cd58.zip
external_mesa3d-027ce0c493a85c863df88b43f61aea34bcd4cd58.tar.gz
external_mesa3d-027ce0c493a85c863df88b43f61aea34bcd4cd58.tar.bz2
Revert "Always build shared glapi"
This reverts commit adefee50d954151f76150af80207081ae3c247d9. Shared glapi was never tested with --enable-xlib-glx and turns out to cause a lot of problems. Conflicts: configure.ac
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 55886ea..38fe317 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -15,6 +15,7 @@ ASM_FLAGS = @ASM_FLAGS@
PIC_FLAGS = @PIC_FLAGS@
DEFINES = @DEFINES@
API_DEFINES = @API_DEFINES@
+SHARED_GLAPI = @SHARED_GLAPI@
CFLAGS_NOVISIBILITY = @CPPFLAGS@ @CFLAGS@ \
$(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES)
CXXFLAGS_NOVISIBILITY = @CPPFLAGS@ @CXXFLAGS@ \