configure.ac : Patch from David Yeo. OS/2 uses aout format.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 5 Feb 2012 05:29:43 +0000 (16:29 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 5 Feb 2012 05:29:43 +0000 (16:29 +1100)
configure.ac

index 463c9f6..04277e1 100644 (file)
@@ -99,6 +99,7 @@ case "$host" in
        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)