render / rpms / qemu

Forked from rpms/qemu 7 months ago
Clone

Blame 0001-configure-Fix-gio-detection.patch

28222c
From 1249e3b862a119bdcba74f8f052222cc28de988d Mon Sep 17 00:00:00 2001
28222c
Message-Id: <1249e3b862a119bdcba74f8f052222cc28de988d.1604591893.git.crobinso@redhat.com>
28222c
From: Cole Robinson <crobinso@redhat.com>
28222c
Date: Thu, 5 Nov 2020 09:56:53 -0500
28222c
Subject: [PATCH] configure: Fix gio detection
28222c
28222c
Signed-off-by: Cole Robinson <crobinso@redhat.com>
28222c
---
28222c
 configure | 2 +-
28222c
 1 file changed, 1 insertion(+), 1 deletion(-)
28222c
28222c
diff --git a/configure b/configure
28222c
index 2c3c69f118..bc06aa81e5 100755
28222c
--- a/configure
28222c
+++ b/configure
28222c
@@ -3499,7 +3499,7 @@ if $pkg_config --atleast-version=$glib_req_ver gio-2.0; then
28222c
     # with pkg-config --static --libs data for gio-2.0 that is missing
28222c
     # -lblkid and will give a link error.
28222c
     write_c_skeleton
28222c
-    if compile_prog "" "gio_libs" ; then
28222c
+    if compile_prog "" "$gio_libs" ; then
28222c
         gio=yes
28222c
     else
28222c
         gio=no
28222c
-- 
28222c
2.28.0
28222c