summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 16:28:40 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-05 16:28:40 +1100
commit8b4bc4b733c6c8a6528568f76bac3590966cd9ad (patch)
tree0cce05428043f75fab0249a0d3b3e597719dcb12 /configure.ac
parent698ee5c7ede9d3cb1a18a32962af5711c40e85aa (diff)
downloadflac-8b4bc4b733c6c8a6528568f76bac3590966cd9ad.tar.gz
configure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 12fb9108..463c9f6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,8 +104,8 @@ 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"
;;
*)