diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-10 00:14:18 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-10 00:14:18 +0800 |
commit | a00d43743474c70d5919f04fd4dd9488e6050fd7 (patch) | |
tree | d5f1c96930ceda9098f61c211101b507ec875672 /configure.in | |
parent | f985873341b39d28cb7e0f594bd32922aa9b1f64 (diff) | |
download | gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.gz gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.zst gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.zip |
Make nautilus view actually work
2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org>
* acconfig.h:
* configure.in:
* data/GNOME_Epiphany_NautilusView.server.in:
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init):
* src/ephy-shell.c:
Make nautilus view actually work
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2b565093b..ad38160ae 100644 --- a/configure.in +++ b/configure.in @@ -67,7 +67,7 @@ if test "x$enable_nautilus_view" = "xauto"; then fi fi if test "x$enable_nautilus_view" = "xyes"; then - dnl AC_DEFINE(ENABLE_NAUTILUS_VIEW) + AC_DEFINE(ENABLE_NAUTILUS_VIEW) nautilusview_pkgs=libnautilus fi AC_MSG_RESULT($enable_nautilus_view) |