summaryrefslogtreecommitdiff
blob: 63222a5f1ce61a67743a5332f02a4fe0953aaaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 configure.ac |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 297a8cf..290e92b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,11 +171,10 @@
 if test x"$use_schemas" = x"yes"; then
   fi
   xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
   AC_SUBST(xsltdir)
+else
+  AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
 fi
 
-AM_GCONF_SOURCE_2
-
-
 AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes")
 if test "$use_schemas" = yes; then
   AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas])