From acbed9b17813dc1ed6cfe3789f0e6ea621e101a6 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 5 Sep 2000 05:13:20 +0000 Subject: [PATCH] * libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd86621b5..c7c850855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-05 Alexandre Oliva + + * libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets. + 2000-09-04 Alexandre Oliva * mdemo/Makefile.am: Mark only libfoo2 as -no-undefined. diff --git a/libtool.m4 b/libtool.m4 index 651ba0c15..3a4edf175 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -830,4 +830,4 @@ AC_DEFUN([LT_AC_PROG_GCJ],[ AC_CHECK_TOOL(GCJ, gcj, no) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS) -])]) +]) -- 2.47.3