projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4bc4b
)
configure.ac : Patch from David Yeo. OS/2 uses aout format.
author
Erik de Castro Lopo
<erikd@mega-nerd.com>
Sun, 5 Feb 2012 05:29:43 +0000
(16:29 +1100)
committer
Erik de Castro Lopo
<erikd@mega-nerd.com>
Sun, 5 Feb 2012 05:29:43 +0000
(16:29 +1100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
463c9f6
..
04277e1
100644
(file)
--- 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)