mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
12 lines
429 B
Diff
12 lines
429 B
Diff
--- configure.ac 2012-06-03 19:32:35.019700768 +0200
|
|
+++ configure.ac.new 2012-06-03 19:38:02.479753466 +0200
|
|
@@ -62,7 +62,7 @@
|
|
GTK_DOC_CHECK
|
|
|
|
dnl Check for Glib
|
|
-PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30, have_glib=yes, have_glib=no)
|
|
+PKG_CHECK_MODULES(GLIB, [gobject-2.0 >= 2.30, gio-2.0 >= 2.30], have_glib=yes, have_glib=no)
|
|
|
|
if test x$have_glib = xno ; then
|
|
AC_MSG_ERROR([GLib development libraries not found])
|