summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-12 16:35:16 +0100
committerAlexander Larsson <alexl@redhat.com>2010-01-12 16:35:16 +0100
commit64cc7ebda2a7d5ecaf88a135182a27874bf83e5d (patch)
treee96eb695ad7e32ce5ed91e05a75ccdc2cf3c2c6f /configure.ac
parent438628c6794fc8f9203fbd99b534371a1aa6d11a (diff)
downloadgvfs-64cc7ebda2a7d5ecaf88a135182a27874bf83e5d.tar.gz
Enable support for lazy loading of gio modules
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 76434cd7..97342ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@ AC_PROG_MAKE_SET
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+AC_PATH_PROG(GIO_QUERYMODULES, gio-querymodules, no)
AM_PROG_CC_C_O
AC_PROG_SED