changeset 33446:9f48a8de6be8

configure: Enable yasm/nasm support on OS/2. patch by KO Myung-Hun, komh78 gmail com
author diego
date Wed, 01 Jun 2011 14:38:03 +0000
parents 8f7f69fd01d7
children 4506f91c0a06
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue May 31 21:15:14 2011 +0000
+++ b/configure	Wed Jun 01 14:38:03 2011 +0000
@@ -2749,6 +2749,9 @@
     x86_64 && objformat="macho64" || objformat="macho"
   elif win32 ; then
     objformat="win32"
+  elif os2 ; then
+    _yasm=nasm
+    objformat="aout"
   else
     objformat="elf"
   fi