From 145ac272dd72ad086310ace6ec4c049bf7f40573 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 2 Jul 2007 02:49:34 +0000 Subject: [PATCH] Fixed assembly relocation problems, so we can check for NASM on Mac OS X. --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 006340e13..c5fcb9cbe 100644 --- a/configure.in +++ b/configure.in @@ -2331,10 +2331,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau CheckDiskAudio CheckDummyAudio CheckDLOPEN - - # Temporarily disabled: - # ld: mmxp2_32.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: _mmxreturn - #CheckNASM + CheckNASM # Set up files for the shared object loading library # (this needs to be done before the dynamic X11 check)