summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-31 19:31:58 +0100
committerDave Davenport <qball@gmpclient.org>2017-10-31 19:31:58 +0100
commit3eef3d790a8d94f823778dc81fbdfdfca97b8d4a (patch)
tree33b18a683196ed459c8566f00a0bc19e2d57c956 /configure.ac
parent316de7ebeb1c9b810ba797a626d1d9364a47b4b6 (diff)
Use AM_PATH_GLIB_2_0 to figure out where glib-compile-resource is.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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