From 7f31320428bf51301c6a169fcc1c3ca030e21018 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 10 Apr 2008 10:30:47 +0000 Subject: Add a missing comma to fix build with Autoconf 2.62. (#527315). 2008-04-10 Cosimo Cecchi * configure.in: Add a missing comma to fix build with Autoconf 2.62. (#527315). svn path=/branches/gnome-2-22/; revision=14055 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53244edbf..1a0866124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-10 Cosimo Cecchi + + * configure.in: Add a missing comma to fix build with + Autoconf 2.62. (#527315). + 2008-04-08 Martin Wehner * src/file-manager/fm-list-view.c: (fm_list_view_finalize): diff --git a/configure.in b/configure.in index 222bad2d7..8b6697e28 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_SUBST(BONOBO_ACTIVATION_REQUIRED, [bonobo_activation_minver]) AC_SUBST(BONOBO_REQUIRED, [bonobo_minver]) AC_SUBST(EEL_REQUIRED, [eel_minver]) AC_SUBST(ESOUND_REQUIRED, [esound_minver]) -AC_SUBST(GLIB_REQUIRED [glib_minver]) +AC_SUBST(GLIB_REQUIRED, [glib_minver]) AC_SUBST(GNOME_DESKTOP_REQUIRED, [gnome_desktop_minver]) AC_SUBST(GNOME_REQUIRED, [gnome_minver]) AC_SUBST(GNOME_UI_REQUIRED, [gnome_ui_minver]) -- cgit v1.2.1