From 11b41ccd0ee1f5f7176f624d45add75d633709d1 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 26 May 2003 23:21:44 +0000 Subject: small cygwin patch CVS patchset: 4956 CVS date: 2003/05/26 23:21:44 --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.3