X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=8e0b9953199206f7b3ecc548457c957034924b16;hb=04fa0c702a9221c225ba8695a20b08d7da04409f;hp=181d2b36ecdf3823e59f7cd996fc53aadc3d41c3;hpb=ea0e37e48a6e7942e23df67a0ae153e0f80bcbb3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index 181d2b3..8e0b995 100755 --- a/Configure +++ b/Configure @@ -9815,7 +9815,7 @@ echo " " echo "Checking whether your compiler can handle __attribute__ ..." >&4 $cat >attrib.c <<'EOCP' #include -void croak (char* pat,...) __attribute__((format(printf,1,2),noreturn)); +void croak (char* pat,...) __attribute__((__format__(__printf__,1,2),noreturn)); EOCP if $cc $ccflags -c attrib.c >attrib.out 2>&1 ; then if $contains 'warning' attrib.out >/dev/null 2>&1; then