configure.ac : Patch from David Yeo. OS/2 uses aout format.

This commit is contained in:
Erik de Castro Lopo 2012-02-05 16:29:43 +11:00
parent 8b4bc4b733
commit 0fe9767ebb
1 changed files with 1 additions and 0 deletions

View 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)