aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-01 21:01:36 -0600
committerTed Gould <ted@gould.cx>2010-12-01 21:01:36 -0600
commite3582434262f474412ac40b864f5bbc128973c40 (patch)
tree4f5a23181ce1ddbeb09f8c9f140420468eb7ee58 /configure.ac
parent8d13b4941e5a520d9dbfffb87a03996c8cb38c98 (diff)
downloadlibdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.tar.gz
libdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.tar.bz2
libdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.zip
Putting the XSLT Processor into the configuration file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 80519e8..c17b293 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,12 @@ GOBJECT_INTROSPECTION_CHECK([0.6.7])
AC_PATH_PROG([VALA_API_GEN], [vapigen])
###########################
+# XSLT Processor
+###########################
+
+AC_PATH_PROG([XSLT_PROC], [xsltproc])
+
+###########################
# Lib versioning
###########################