summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-04-10 10:30:47 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-04-10 10:30:47 +0000
commit7f31320428bf51301c6a169fcc1c3ca030e21018 (patch)
tree33e6c61b2c737a9fb8f9d9c04ff4026d79104895
parenta0c9ea1f80427bdc07c843bc709cc254f2cbcdd8 (diff)
downloadnautilus-7f31320428bf51301c6a169fcc1c3ca030e21018.tar.gz
Add a missing comma to fix build with Autoconf 2.62. (#527315).
2008-04-10 Cosimo Cecchi <cosimoc@gnome.org> * configure.in: Add a missing comma to fix build with Autoconf 2.62. (#527315). svn path=/branches/gnome-2-22/; revision=14055
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53244edbf..1a0866124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-10 Cosimo Cecchi <cosimoc@gnome.org>
+
+ * configure.in: Add a missing comma to fix build with
+ Autoconf 2.62. (#527315).
+
2008-04-08 Martin Wehner <martin.wehner@gmail.com>
* 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])