Revision 1865

trunk/configure.in (revision 1865)
81 81
       have_gio=false; [AC_MSG_RESULT([* GLib 2.16.0 or higher could not be found. Without GLib 2.16.0, automatic NZB import won't be possible])])
82 82

                
83 83
# Search for socket support in GIO
84
AC_MSG_CHECKING(if GIO >= 2.26.0)
85
pkg-config --atleast-version=2.26.0 gio-2.0
84
AC_MSG_CHECKING(if GIO >= 2.28.0)
85
pkg-config --atleast-version=2.28.0 gio-2.0
86 86
if test `echo $?` = 0; then
87 87
       AC_MSG_RESULT([yes]);
88 88
       AC_DEFINE_UNQUOTED(HAVE_GIO_SOCKET, 1, [Do we have socket support in GIO])

Also available in: Unified diff