configure.ac : Patch from David Yeo. OS/2 uses aout format.
diff --git a/configure.ac b/configure.ac
index 463c9f6..04277e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@
 	i386-*-openbsd3.[[0-3]]) OBJ_FORMAT=aoutb ;;
 	*-*-cygwin|*mingw*) OBJ_FORMAT=win32 ;;
 	*-*-darwin*) OBJ_FORMAT=macho ;;
+	*emx*) OBJ_FORMAT=aout ;;
 	*) OBJ_FORMAT=elf ;;
 esac
 AC_SUBST(OBJ_FORMAT)