[Xfce4-commits] [xfce/xfconf] 30/31: Use XDT_CHECK instead of PKG_CHECK.

noreply at xfce.org noreply at xfce.org
Thu Jun 1 13:33:23 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 449aeb99a5fd8990c04e4817f41a1f9834a0355c
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Thu Jun 1 10:49:46 2017 +0200

    Use XDT_CHECK instead of PKG_CHECK.
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index fb39bfc..7651f5d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -87,8 +87,8 @@ dnl XDT_CHECK_LIBX11_REQUIRE
 
 dnl required
 XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.30.0])
-PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.26.0])
-PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0 >= 2.26.0])
+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.26.0])
+XDT_CHECK_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.26.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list