blob: 650b5203607b52540053af1aa8569da522ac6115 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2003/09/24 14:22:09 tron Exp $
--- configure.orig 2001-05-15 03:11:37.000000000 +0200
+++ configure 2003-09-24 16:17:59.000000000 +0200
@@ -3914,7 +3914,7 @@
#include "confdefs.h"
int main() {
-struct { int foo; int bar[]; } doo;
+struct { int bar[]; } doo;
; return 0; }
EOF
if { (eval echo configure:3921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|