enigma-cvs
[Top][All Lists]
Advanced

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

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


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma configure.ac,1.13,1.14
Date: Thu, 27 Nov 2003 07:19:13 +0000

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

Modified Files:
        configure.ac 
Log Message:
Compilation fixes for cygwin (thanks to Tacvek)


Index: configure.ac
===================================================================
RCS file: /cvsroot/enigma/enigma/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** configure.ac        30 Oct 2003 19:02:45 -0000      1.13
--- configure.ac        27 Nov 2003 07:19:11 -0000      1.14
***************
*** 21,24 ****
--- 21,33 ----
  esac
  
+ 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
+ 
+ 
+ 
  AM_CONDITIONAL(MINGW32, test x$MINGW32 = xyes)
  AC_SUBST(WINDRES)





reply via email to

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