cflags.SH was broken: it was compiling a C file for testing available
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 26 Jan 2007 18:28:42 +0000 (18:28 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 26 Jan 2007 18:28:42 +0000 (18:28 +0000)
commit6ef8aa7c9cfbc9b6bc5d5b07d6e1506e3058b4aa
tree57cf5bfed12af50f8bd79ff2f0be8e665df779ad
parent52944de88edafadedb887e82afd3ce438ba96487
cflags.SH was broken: it was compiling a C file for testing available
command-line options, but this C file was including perl.h, which in
turn includes config.h, which might not be present at that time. So
force the generation of config.h.

p4raw-id: //depot/perl@30019
cflags.SH