From c5bae14245192e83e7a91a6b72dc8451dd76f8ef Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 11 Feb 2009 11:04:29 -0800 Subject: autoconf: Adjust to new asm SOURCES variables Commit 90b2beb661f630966788a6e909dc759c99e38973 changed the assembly variables. Without this change, the glapi assembly wasn't being built when it was supposed to, resulting in missing symbols in libGL. Signed-off-by: Dan Nicholson --- configs/autoconf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/autoconf.in') diff --git a/configs/autoconf.in b/configs/autoconf.in index 41173481af8..b352974a4c5 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -22,8 +22,8 @@ LDFLAGS = @LDFLAGS@ EXTRA_LIB_PATH = @EXTRA_LIB_PATH@ # Assembler -ASM_SOURCES = @ASM_SOURCES@ -ASM_API = @ASM_API@ +MESA_ASM_SOURCES = @MESA_ASM_SOURCES@ +GLAPI_ASM_SOURCES = @GLAPI_ASM_SOURCES@ # Misc tools and flags MAKE = @MAKE@ -- cgit v1.2.3