From ef438c8d60489d707d79abfa9d7da0932bd86986 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Dec 2016 13:38:49 -0500 Subject: [PATCH] build: Error if glib isn't found This is a bit extracted from my work on ASAN. Closes: #625 Approved by: jlebon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff27b0a0..4e004ca6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AS_IF([test "$YACC" != "bison -y"], [AC_MSG_ERROR([bison not found but required] PKG_PROG_PKG_CONFIG -AM_PATH_GLIB_2_0 +AM_PATH_GLIB_2_0(,,AC_MSG_ERROR([GLib not found])) dnl When bumping the gio-unix-2.0 dependency (or glib-2.0 in general), dnl remember to bump GLIB_VERSION_MIN_REQUIRED and