From: Alexandre Oliva Date: Tue, 5 Sep 2000 05:13:20 +0000 (+0000) Subject: * libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets. X-Git-Tag: multi-language-merge-point~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbed9b17813dc1ed6cfe3789f0e6ea621e101a6;p=thirdparty%2Flibtool.git * libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets. --- 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) -])]) +])