Skip to content

Commit

Permalink
Don't force nasm to use a.out on OpenBSD. They've been on ELF for a l…
Browse files Browse the repository at this point in the history
…ong time.

Fixes Bugzilla #538.

Thanks to Brad Smith for the patch!
  • Loading branch information
icculus committed Aug 21, 2011
1 parent caaca1f commit a48bd8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.in
Expand Up @@ -735,9 +735,6 @@ AC_HELP_STRING([--enable-nasm], [use nasm assembly blitters on x86 [[default=yes
win32)
NASMFLAGS="-f win32"
;;
openbsd)
NASMFLAGS="-f aoutb"
;;
macosx)
NASMFLAGS="-f macho"
;;
Expand Down

0 comments on commit a48bd8f

Please sign in to comment.