# HG changeset patch # User diego # Date 1306939083 0 # Node ID 9f48a8de6be8416d0bbe9f4c4d6f5c065fabeb37 # Parent 8f7f69fd01d724771af5014c770f4e6bcd4ea062 configure: Enable yasm/nasm support on OS/2. patch by KO Myung-Hun, komh78 gmail com diff -r 8f7f69fd01d7 -r 9f48a8de6be8 configure --- 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