From 8ef238a8cc53fe097808e79de0682b140ff07057 Mon Sep 17 00:00:00 2001 From: Carlo Bramini Date: Tue, 5 Jun 2012 12:20:38 +0300 Subject: Fixed LIBS with cygwin @INTLLIBS@ is wrong because it should be $(INTLLIBS) instead (and infact it causes an error at compile time because it is not expanded), that piece of code is a nonsense: under cygwin, libintl is added like in all posix environments. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 1ff889dbc..656904649 100644 --- a/configure.ac +++ b/configure.ac @@ -2350,12 +2350,6 @@ case "$host_or_hostalias" in AC_DEFINE(FPM_INTEL,1,[Define to select libmad fixed point arithmetic implementation]) arch_x86="32" enable_impure_text="yes" - - case "$host_or_hostalias" in - *-*-cygwin) - LIBS="$LIBS @INTLLIBS@ -lkernel32" - ;; - esac ;; x86_64-*) AC_DEFINE_UNQUOTED(ARCH_X86_64,,[Define this if you're running x86 architecture 64 bits]) -- cgit v1.2.3