When checking whether perl is built with -g in optimisation
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 18 Apr 2006 16:05:15 +0000 (16:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 18 Apr 2006 16:05:15 +0000 (16:05 +0000)
commitfdb8bc18a6a21eb57ba592da2f8999c35afc2d40
treecd3bf4304314ffa84181a14b662528b12f281f43
parentfee0a0f7c91325f3e0c5d30288c0696c82a600ae
When checking whether perl is built with -g in optimisation
flags, use a more tolerant regexp, because we can now have
things like '-O2 -g'.

p4raw-id: //depot/perl@27891
Makefile.SH