From 0fe9767ebbf708f21801c65bbc5907f5d92c3182 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 5 Feb 2012 16:29:43 +1100 Subject: [PATCH] configure.ac : Patch from David Yeo. OS/2 uses aout format. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 463c9f6..04277e1 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4