---
configure.ac | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 36ac6c6..32bdd5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,9 +103,11 @@ esac
AC_SUBST(OBJ_FORMAT)
case "$host" in
- *-*-cygwin|*mingw*)
- # define this variable for enabling strict exports with
libtool; for now, it's only supported by Win32
+ *-*-cygwin|*mingw*|*emx*)
+ # define this variable for enabling strict exports with
libtool; for now, it's supported by Win32 and OS/2
LT_NO_UNDEFINED="-no-undefined"
+ ;;
+ *-*-cygwin|*mingw*)
# -lwsock32 only needed because of ntohl() usage, can get rid
of after that's gone:
MINGW_WINSOCK_LIBS=-lwsock32
;;
--
1.7.2.3
_______________________________________________
flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev