From 3eef3d790a8d94f823778dc81fbdfdfca97b8d4a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 31 Oct 2017 19:31:58 +0100 Subject: Use AM_PATH_GLIB_2_0 to figure out where glib-compile-resource is. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bed5d388..9357964e 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,11 @@ AS_IF([test "x${enable_check}" != "xno"], [ PKG_CHECK_MODULES([check],[check >= AM_CONDITIONAL([USE_CHECK], [test "x${enable_check}" != "xno" && test "$HAVE_CHECK" -eq 1]) +dnl --------------------------------------------------------------------- +dnl Gets the resource compile tool path. +dnl --------------------------------------------------------------------- +AM_PATH_GLIB_2_0 + dnl --------------------------------------------------------------------- dnl Add extra compiler flags -- cgit v1.2.3