From a7d02567451f69445ef31181a41b16e86487093d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 16 Aug 2006 17:06:08 +0000 Subject: When available, which is most of the time, use posix_memalign to implement _mesa_align_malloc and friends. --- configs/linux-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-sparc') diff --git a/configs/linux-sparc b/configs/linux-sparc index e3bc9eb3d6..d9552e8d89 100644 --- a/configs/linux-sparc +++ b/configs/linux-sparc @@ -12,7 +12,7 @@ WARN_FLAGS = -Wall OPT_FLAGS = -O2 PIC_FLAGS = -fPIC -DEFINES = -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM +DEFINES = -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DHAVE_POSIX_MEMALIGN X11_INCLUDES = -I/usr/X11R6/include -- cgit v1.2.3