From: Craig A. Berry Date: Mon, 3 Oct 2005 00:20:30 +0000 (+0000) Subject: fix bug introduced by #25507 that kept ccflags from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc57629d2903557db5725aecc576ed4d1e178e17;p=p5sagit%2Fp5-mst-13.2.git fix bug introduced by #25507 that kept ccflags from making it into config.sh p4raw-id: //depot/perl@25681 --- diff --git a/configure.com b/configure.com index f53a6bd..be3e6af 100644 --- a/configure.com +++ b/configure.com @@ -5584,6 +5584,8 @@ $! ccdefines = "_USE_STD_STAT=1" $! ELSE $ ccdefines = "_LARGEFILE=1" $! ENDIF +$ ELSE +$ ccdefines = "" $ ENDIF $ IF ccdefines .NES. "" $ THEN