X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Flinux.sh;h=82b8703232f34203f01f502c59e95a77e6626619;hb=5a211162cd360449f2dbfb7ca9231c025909353f;hp=e9af509ab58e5f2f4eda81ce4a12bb6f17c7f7c9;hpb=7cd1f58aa894cece69e90e235bde383c789bb541;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/linux.sh b/hints/linux.sh index e9af509..82b8703 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -68,9 +68,6 @@ ignore_versioned_solibs='y' # 9 April 1999 Andy Dougherty # -# 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 / /'`