From c2fef3f238087c8be9d8ac25fbd4b7fe19370f0b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 May 2010 16:42:54 +0300 Subject: Upgrade gint. * configure.ac (GINT_INIT): Remove unnecessary third argument. * gint: Upgrade to a5774356. --- configure.ac | 2 +- gint | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 81c9dfa..d7993f0 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_PROG_LN_S AM_PROG_LIBTOOL AM_C_PROTOTYPES -GINT_INIT(gint,[1.8],,[AC_MSG_ERROR([Guile not found])]) +GINT_INIT(gint,[1.8]) AC_SUBST(INCLUDEPATH) AC_MSG_CHECKING(for additional includes) diff --git a/gint b/gint index 4254b05..a577435 160000 --- a/gint +++ b/gint @@ -1 +1 @@ -Subproject commit 4254b0590e609b82dac3d688ecb401c9eefb7e25 +Subproject commit a5774356a1c12d1bcb55b6322710e347e1604fc9 -- cgit v1.2.1