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 dafa1154..5b49b570 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,7 @@ AC_PATH_PROG([AWK], [awk]) AC_PATH_PROG([SORT], [sort]) AC_PATH_PROG([RRDTOOL], [rrdtool]) AC_PROG_GREP +AC_PATH_PROG([TRANG], [trang], [\${abs_top_srcdir}/buildtools/trang-not-found]) # Figure out whether we need to build our own OpenSSL library or can # use the system libraries. We're looking for two recent features: |