summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault <[email protected]>2019-07-01 16:18:56 +0200
committerraveit65 <[email protected]>2019-07-08 14:28:07 +0200
commit9a0031211ae0ac88053de91b429ecf3b8d6d2d17 (patch)
treefc592148504ba28d935bf4cb67734f17f0ddf540 /configure.ac
parentedb9b6f0a426686350e9ac9ea903507d358c1994 (diff)
downloadcaja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.bz2
caja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.xz
Add support for checking .ui accessibility with gla11y
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 60df9083..dbc8fc45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ dnl Give error and exit if we dont have pkgconfig
if test "x$PKG_CONFIG" = "x"; then
AC_MSG_ERROR([you need to have pkgconfig installed!])
fi
+AC_PATH_PROG([GLA11Y], [gla11y], [true])
AC_CHECK_LIB(m, floor)