[glib-networking] Error out if the GIO check fails
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Error out if the GIO check fails
- Date: Thu, 23 Dec 2010 15:01:33 +0000 (UTC)
commit 863e6b4c888a7f0d12badb7d34f6d14c2d97a0ac
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date: Thu Dec 23 01:03:44 2010 +0000
Error out if the GIO check fails
https://bugzilla.gnome.org/show_bug.cgi?id=637846
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c3df6e1..9ba5945 100644
--- 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"],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]