diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 16:02:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 16:02:40 +0000 |
commit | c1d22f6b609261e5abd7381bd017773c7ae58346 (patch) | |
tree | 73d4d872c548dc482f54068017679abb19fdc7c6 /hints/linux.sh | |
parent | 9a34ef1dede5fef4f3211de7a12cc37f4645a3bd (diff) | |
download | perl-c1d22f6b609261e5abd7381bd017773c7ae58346.tar.gz |
don't blindly set bool=char on linux (from Andy Dougherty)
p4raw-id: //depot/perl@5144
Diffstat (limited to 'hints/linux.sh')
-rw-r--r-- | hints/linux.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index e9af509ab5..82b8703232 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -68,9 +68,6 @@ ignore_versioned_solibs='y' # 9 April 1999 Andy Dougherty <doughera@lafayette.edu> # -# gcc-2.6.3 defines _G_HAVE_BOOL to 1, but doesn't actually supply bool. -ccflags="-Dbool=char -DHAS_BOOL $ccflags" - # BSD compatability library no longer needed # 'kaffe' has a /usr/lib/libnet.so which is not at all relevent for perl. set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ net / /'` |