From e46d127288c53d0b2fdeef6f18fde195c667baab 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. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402397 --- 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)