From 03f1d1ecb5ef69c8c065c83373f9f9f749995c50 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Apr 2004 08:18:51 +0000 Subject: * Switched from wget to curl. * Made the dependencies on bzip2 and the shell explicit. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f07dd6dd7b82..a2d05707e48a 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,10 @@ AC_LANG_PUSH(C++) AC_CHECK_HEADERS([locale]) AC_LANG_POP(C++) -AC_PATH_PROG(wget, wget) +AC_PATH_PROG(curl, curl) +AC_PATH_PROG(bzip2, bzip2) +AC_PATH_PROG(bunzip2, bunzip2) +AC_PATH_PROG(shell, sh) AC_PATH_PROG(xmllint, xmllint) AC_PATH_PROG(xsltproc, xsltproc) AC_PATH_PROG(flex, flex, false) -- cgit 1.4.1