From 2dec278f3e3278f91c8471f89a5495d877d2d490 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Tue, 28 Mar 2017 17:54:56 +0200 Subject: actually check the $GIO_REQUIRED variable's value --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5940a24..515ea8c 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= $LIBSOUP_REQUIRED]) dnl -- check for gio (required) ----------------------------------------- PKG_CHECK_MODULES(GIO, - [gio-2.0 >= GIO_REQUIRED]) + [gio-2.0 >= $GIO_REQUIRED]) AC_SUBST(GIO_CFLAGS) dnl -- check for glib; redundant at this point, but sets $GLIB_MKENUMS -- cgit v1.2.1