1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

--proxy=proxy:3128

This commit is contained in:
Michael Raskin 2008-05-07 14:18:28 +00:00
parent b1e321d6ce
commit b4bc8b7616
4 changed files with 53 additions and 1 deletions

View file

@ -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)