[gnome-commander] Fixes missing have_gnomevfs variable introduced in commit b01e74e1
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Fixes missing have_gnomevfs variable introduced in commit b01e74e1
- Date: Sun, 19 Feb 2017 21:49:16 +0000 (UTC)
commit b37d425d3ee92fe2e1c28e87873641c764d89792
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Feb 19 18:56:33 2017 +0100
Fixes missing have_gnomevfs variable introduced in commit b01e74e1
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fdec6e3..9fb5d66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ dnl Check for libgnomeui
PKG_CHECK_MODULES([GNOMEUI], [libgnomeui-2.0 >= ${GNOMEUI_REQ}])
dnl Check for gnome-vfs
-PKG_CHECK_MODULES([GNOMEVFS], [gnome-vfs-2.0 >= ${GNOMEVFS_REQ}])
+PKG_CHECK_MODULES([GNOMEVFS], [gnome-vfs-2.0 >= ${GNOMEVFS_REQ}], have_gnomevfs=yes, have_gnomevfs=no)
dnl Check for gnome-keyring
PKG_CHECK_MODULES(GNOME_KEYRING, [ gnome-keyring-1 >= ${GNOME_KEYRING_REQ} ])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]