This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: minor configure.in cleanup
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 07 Feb 2002 11:42:29 -0700
- Subject: Patch: FYI: minor configure.in cleanup
- Reply-to: tromey at redhat dot com
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])