diff options
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) |