From 60c685ff51163cc68e59af0e4fcec00d8a2e4e6f Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Thu, 4 Mar 1999 22:30:40 +0000 Subject: [PATCH] Automated update --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 43a5e68efa5..f089ed60f59 100755 --- a/configure +++ b/configure @@ -5911,7 +5911,7 @@ else struct X { int i; }; struct Y { int i; }; int main() { -X x; Y*y = reinterpret_cast(&x); +X x; X*const z = &x;Y*y = reinterpret_cast(z); ; return 0; } EOF if { (eval echo configure:5918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then