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 d27a3814..d4dd2b89 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ AC_SUBST(LD_STATIC_FLAG) AC_PATH_PROG([XSLTPROC], [xsltproc]) AC_PATH_PROG([AWK], [awk]) +AC_PATH_PROG([SORT], [sort]) AC_PROG_GREP if test "x$XSLTPROC" != "x" && test "x$AWK" != "x" |