projects
/
platform
/
upstream
/
glib-networking.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8fef7
)
Error out if the GIO check fails
author
Emilio Pozuelo Monfort
<pochu27@gmail.com>
Thu, 23 Dec 2010 01:03:44 +0000
(
01:03
+0000)
committer
Emilio Pozuelo Monfort
<pochu27@gmail.com>
Thu, 23 Dec 2010 01:22:29 +0000
(
01:22
+0000)
https://bugzilla.gnome.org/show_bug.cgi?id=637846
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c3df6e1
..
9ba5945
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-32,7
+32,7
@@
AM_GLIB_GNU_GETTEXT
dnl *****************************
dnl *** Check GLib GIO ***
dnl *****************************
-AM_PATH_GLIB_2_0(2.27.5,,,gio)
+AM_PATH_GLIB_2_0(2.27.5,,
AC_MSG_ERROR(GLIB not found)
,gio)
GIO_MODULE_DIR=$($PKG_CONFIG --variable giomoduledir gio-2.0)
AS_IF([test "x$GIO_MODULE_DIR" = "x"],