From f2876d1ee3b878a07b12ddcb464633a44f7c29e7 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 11 Aug 2005 20:29:45 +0000 Subject: Remove the logic that determines at compile time whether or not HAVE_ALIAS should be defined. It was flawed on some platforms (e.g., Darwin & mingw). Instead, rely on the build system to define it on the compiler command line. This also reverts ajax's hand-edit to indirect_size.c. I'll fix that on the X.org side of things later today. --- configs/linux-indirect | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs/linux-indirect') diff --git a/configs/linux-indirect b/configs/linux-indirect index 21022282d7..a5c69955b3 100644 --- a/configs/linux-indirect +++ b/configs/linux-indirect @@ -1,5 +1,6 @@ # -*-makefile-*- -# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others +# Configuration for linux-indirect: Builds a libGL capable of indirect +# rendering, but *NOT* capable of direct rendering. include $(TOP)/configs/default @@ -22,7 +23,7 @@ ARCH_FLAGS ?= DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ -D_BSD_SOURCE -D_GNU_SOURCE \ - -DPTHREADS + -DPTHREADS -DHAVE_ALIAS CFLAGS = $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) \ $(ASM_FLAGS) -std=c99 -ffast-math -- cgit v1.2.3