summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-05-26 23:21:44 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-05-26 23:21:44 +0000
commit11b41ccd0ee1f5f7176f624d45add75d633709d1 (patch)
treed15e61a4727deb093047f62802e6092e23a2d54d
parentb83939ad1c42f8dc52e3257932cdb38964c68979 (diff)
downloadxine-lib-11b41ccd0ee1f5f7176f624d45add75d633709d1.tar.gz
xine-lib-11b41ccd0ee1f5f7176f624d45add75d633709d1.tar.bz2
small cygwin patch
CVS patchset: 4956 CVS date: 2003/05/26 23:21:44
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46d146135..295c1b490 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1031,6 +1031,13 @@ case "$host_or_hostalias" in
AC_DEFINE(FPM_INTEL,1,[Define to select libmad fixed point arithmetic implementation])
enable_ffmmx="yes"
enable_w32dll="yes"
+
+ case "$host_or_hostalias" in
+ *-*-cygwin)
+ enable_w32dll="no"
+ LDFLAGS="$LDFLAGS -no-undefined @INTLLIBS@"
+ ;;
+ esac
else
dnl add x86 specific cc CFLAGS
CFLAGS="$CFLAGS -O"