aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-05 04:08:26 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-05 04:08:26 +0800
commitee75ead90dda40cfc066a52969ca2f91fe04ad95 (patch)
tree817182b51fce64d9ed07c71c4f45abaa680320a0 /configure.in
parent1858d9bed5777d9c1c432da46c26c9b89bdc988c (diff)
downloadgsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar.gz
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar.bz2
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar.lz
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar.xz
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.tar.zst
gsoc2013-epiphany-ee75ead90dda40cfc066a52969ca2f91fe04ad95.zip
Remove unnecessary markup from translations.
2003-01-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/mozilla/PromptService.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * lib/toolbar/ephy-tbi-zoom.c: (ephy_tbi_zoom_get_widget_impl): * lib/widgets/ephy-notebook.c: (tab_build_label): * src/bookmarks/ephy-bookmarks-editor.c: (build_editing_table), (build_search_box): * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): * src/ephy-window.c: (ephy_window_notebook_switch_page_cb): * src/pdm-dialog.c: (show_cookies_properties): * src/session.c: (crashed_resume_dialog): Remove unnecessary markup from translations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bc20dcb7a..163345eb6 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,7 @@ OAF_REQUIRED=0.6.5
ORBIT_REQUIRED=0.5.7
MOZILLA_REQUIRED=1.1
SCROLLKEEPER_REQUIRED=0.1.4
+LIBBONOBOUI_REQUIRED=2.1.1
AC_SUBST(SCROLLKEEPER_REQUIRED)
AC_SUBST(GNOME_VFS_REQUIRED)
@@ -24,6 +25,7 @@ AC_SUBST(ORBIT_REQUIRED)
AC_SUBST(LIBGLADE_REQUIRED)
AC_SUBST(GNOME_LIBS_REQUIRED)
AC_SUBST(MOZILLA_REQUIRED)
+AC_SUBST(LIBBONOBOUI_REQUIRED)
AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)
@@ -89,7 +91,7 @@ if test "x${nautilus_prefix}" != "x"; then
fi
fi
-PKG_CHECK_MODULES(EPIPHANY_DEPENDENCY, gtk+-2.0 libxml-2.0 libgnomeui-2.0 libglade-2.0 bonobo-activation-2.0 ORBit-2.0 libglade-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0 gconf-2.0 $nautilusview_pkgs)
+PKG_CHECK_MODULES(EPIPHANY_DEPENDENCY, gtk+-2.0 libxml-2.0 libgnomeui-2.0 libglade-2.0 bonobo-activation-2.0 libbonoboui-2.0 >= $LIBBONOBOUI_REQUIRED ORBit-2.0 libglade-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0 gconf-2.0 $nautilusview_pkgs)
AC_SUBST(EPIPHANY_DEPENDENCY_CFLAGS)
AC_SUBST(EPIPHANY_DEPENDENCY_LIBS)