Patch: FYI: minor configure.in cleanup

Tom Tromey tromey@redhat.com
Thu Feb 7 10:21:00 GMT 2002


I'm checking this in.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* configure: Rebuilt.
	* configure.in: Removed unnecessary parens.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.in,v
retrieving revision 1.112
diff -u -r1.112 configure.in
--- configure.in 2002/02/07 05:26:40 1.112
+++ configure.in 2002/02/07 18:20:36
@@ -772,7 +772,7 @@
     AC_DEFINE(HAVE_INTTYPES_H, 1, [Define if <inttypes.h> is available])
     AC_DEFINE(JV_HAVE_INTTYPES_H, 1, [Define if <inttypes.h> is available])
 ])
-AC_HEADER_SYS_WAIT()
+AC_HEADER_SYS_WAIT
 
 AC_CHECK_TYPE([ssize_t], [int])
 



More information about the Java-patches mailing list