summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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