enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma configure.ac,1.14,1.15


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma configure.ac,1.14,1.15
Date: Sat, 29 Nov 2003 10:49:40 +0000

Update of /cvsroot/enigma/enigma
In directory subversions:/tmp/cvs-serv27710

Modified Files:
        configure.ac 
Log Message:
fixed cygwin fixes


Index: configure.ac
===================================================================
RCS file: /cvsroot/enigma/enigma/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** configure.ac        27 Nov 2003 07:19:11 -0000      1.14
--- configure.ac        29 Nov 2003 10:49:37 -0000      1.15
***************
*** 22,31 ****
  
  dnl Add -mno-cygwin to CXXFLAGS and CFLAGS if working under cygwin
! if test "$host_os in *cygwin*"; then
!   CXXFLAGS="$CXXFLAGS -mno-cygwin"
!   CFLAGS="$CFLAGS -mno-cygwin"
!   WINDRES="${WINDRES-windres}"
! fi
! 
  
  
--- 22,31 ----
  
  dnl Add -mno-cygwin to CXXFLAGS and CFLAGS if working under cygwin
! case $host_os in
!     *cygwin* ) CXXFLAGS="$CXXFLAGS -mno-cygwin"
!                CFLAGS="$CFLAGS -mno-cygwin"
!                WINDRES="${WINDRES-windres}" ;;
!     *        ) ;;
! esac
  
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]