diff options
author | Samuel Thibault <[email protected]> | 2019-07-01 16:18:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:28:07 +0200 |
commit | 9a0031211ae0ac88053de91b429ecf3b8d6d2d17 (patch) | |
tree | fc592148504ba28d935bf4cb67734f17f0ddf540 /configure.ac | |
parent | edb9b6f0a426686350e9ac9ea903507d358c1994 (diff) | |
download | caja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.bz2 caja-9a0031211ae0ac88053de91b429ecf3b8d6d2d17.tar.xz |
Add support for checking .ui accessibility with gla11y
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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) |