[gnome-commander/gcmd-1-10] configure.ac: Make gnome-vfs mandatory



commit e58b9915307cf571d8351be80dfcdc0db25ecb43
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Thu Jun 18 21:04:46 2020 +0200

    configure.ac: Make gnome-vfs mandatory

 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/configure.ac b/configure.ac
index 9744aeed..d7a62feb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,6 +75,10 @@ PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= ${GTK_REQ}])
 dnl Check for gnome-vfs
 PKG_CHECK_MODULES([GNOMEVFS], [gnome-vfs-2.0 >= ${GNOMEVFS_REQ}], have_gnomevfs=yes, have_gnomevfs=no)
 
+if test "x$have_gnomevfs" != "xyes"; then
+AC_MSG_ERROR([[gnome-vfs >= ${GNOMEVFS_REQ}] not found])
+fi
+
 dnl Check for libUnique
 AC_ARG_WITH([unique], AS_HELP_STRING([--without-unique], [disable unique support]))
 AS_IF([test "x$with_unique" != "xno"],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]