summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-06 19:28:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-06 19:28:31 +0000
commit76f1b7b884b5e8751096fdc9fddf6916256ab0c9 (patch)
tree5e4539c17b4ffa8bb9cd7da74aa918d3204193f0 /hints
parent2807c46d3fb7cd07d1a68148d4fe00334695287b (diff)
downloadperl-76f1b7b884b5e8751096fdc9fddf6916256ab0c9.tar.gz
use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
<EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008
Diffstat (limited to 'hints')
-rw-r--r--hints/cygwin.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh
index ebe861888b..4843200f85 100644
--- a/hints/cygwin.sh
+++ b/hints/cygwin.sh
@@ -21,7 +21,6 @@ so='dll'
# - eliminate -lc, implied by gcc
libswanted=`echo " $libswanted " | sed -e 's/ c / /g'`
libswanted="$libswanted cygipc cygwin kernel32"
-ccflags="$ccflags -DCYGWIN"
# - otherwise i686-cygwin
archname='cygwin'