[gnome-commander] Complain if required GLIB version is missing at configure time



commit 8b3bc38b6d202ea5a10cf0059c7e6dbea1348eec
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Nov 7 21:14:47 2021 +0100

    Complain if required GLIB version is missing at configure time

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 0c29a5e7..6b5cb0f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ GTEST_REQ=1.7.0
 AC_SUBST(GTEST_REQ)
 
 dnl Check for glib
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= ${GLIB_REQ}], have_glib_req=yes, have_glib_req=no)
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= ${GLIB_REQ}], have_glib_req=yes)
 if test "x$have_glib_req" = "xyes"; then
     PKG_CHECK_MODULES(GLIB_2_70, glib-2.0 >= 2.70.0,
                   AC_DEFINE(GLIB_2_70, 1, [Defined to 1 if you have glib >= 2.70]),


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