summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e7fce9..0f4d470 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,11 @@ AC_ARG_WITH([xi], AS_HELP_STRING([--with-xi], [Build with XI2.1 support]))
29AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"]) 29AM_CONDITIONAL([HAVE_XI], [test "x$with_xi" != "x"])
30 30
31AS_IF([test "x$with_xi" = "xyes"], [ 31AS_IF([test "x$with_xi" = "xyes"], [
32 PKG_CHECK_MODULES(XINPUT, x11 xext [xi >= 1.4.1.99.1] [inputproto >= 2.0.99.1]) 32 PKG_CHECK_MODULES(XINPUT, x11 xext
33 [xi >= 1.4.1.99.1]
34 [inputproto >= 2.0.99.1]
35 [xorg-server])
36
33]) 37])
34 38
35AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x]) 39AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])