diff options
author | Michael Raskin <7c6f434c@mail.ru> | 2008-05-07T14·18+0000 |
---|---|---|
committer | Michael Raskin <7c6f434c@mail.ru> | 2008-05-07T14·18+0000 |
commit | b4bc8b76160ff81e0e5489b88ff3ca8cbd587131 (patch) | |
tree | 1a8b42c2f50a411ed752114c17bbc9324e1bb36a /configure.ac | |
parent | b1e321d6ce0b4ef2e042021939a3d6be160841f8 (diff) |
--proxy=proxy:3128
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 f12ac0c486d4..fd96c65f2c52 100644 --- a/configure.ac +++ b/configure.ac @@ -136,6 +136,7 @@ NEED_PROG(perl, perl) NEED_PROG(tar, tar) AC_PATH_PROG(dot, dot) AC_PATH_PROG(dblatex, dblatex) +AC_PATH_PROG(gzip, gzip) AC_PATH_PROG(openssl_prog, openssl, openssl) # if not found, call openssl in $PATH AC_SUBST(openssl_prog) |