summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-07-28 22:02:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-07-28 22:02:19 (GMT)
commit7b8eed3f8207fe9b629165f8230e38ee620900ea (patch)
treebd023fb3554db8586f3fe25faa7894bd470621ee /configure.ac
parent0c92911504f7d267c913fc8d2069cb87139b390b (diff)
Taken into account that tabulations are not spaces for Makefiles.
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 f856168..d8d74df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -271,6 +271,7 @@ else
fi
+
#--- Checks for pygobject-3.0
PKG_CHECK_MODULES(LIBPYGOBJECT,pygobject-3.0 >= 3.12.1,[libpygobject_found=yes],[libpygobject_found=no])