[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Enigma-devel] Configure.ac cygwin code commented out?
From: |
Tacvek |
Subject: |
[Enigma-devel] Configure.ac cygwin code commented out? |
Date: |
Fri, 5 Nov 2004 17:03:02 -0500 |
Why are several of the lines from my cygwin patch commented out?
The lines are (except the first line which is a comment of course):
dnl Add -mno-cygwin to CXXFLAGS and CFLAGS if working under cygwin
dnl if test "$host_os in *cygwin*"; then
dnl CXXFLAGS="$CXXFLAGS -mno-cygwin"
dnl CFLAGS="$CFLAGS -mno-cygwin"
dnl WINDRES="${WINDRES-windres}"
dnl fi
Those lines are very usefull for building under cygwin, and do work, however
i now notice that one aadditional line should have been added (It can cause
problems with the configure script on some cygwin systems if not added):
CPPFLAGS="$CPPFLAGS -mno-cygwin"
- [Enigma-devel] Configure.ac cygwin code commented out?,
Tacvek <=