From c16df4bebe0ea55a9d4769935f40742db7d686b5 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 2 Jul 2007 02:45:52 +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 0332be004..20c18e650 100644 --- a/configure.in +++ b/configure.in @@ -2503,10 +2503,7 @@ case "$host" in 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)