--- projects/cms/source/conient/configure 2001/03/14 22:21:35 1.4 +++ projects/cms/source/conient/configure 2001/03/14 23:24:40 1.5 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Conient configure script # -# $Id: configure,v 1.4 2001/03/14 22:21:35 tdb Exp $ +# $Id: configure,v 1.5 2001/03/14 23:24:40 tdb Exp $ # ## Config @@ -32,7 +32,7 @@ for LIB in ${LIBRARIES}; do echo " + ${LIB} found"; \ else \ echo " - ${LIB} not found, fetching from ${HTTPSERVER}${LIB}"; \ - /usr/local/bin/wget -nv ${HTTPSERVER}${LIB}; \ + ${WGET} ${HTTPSERVER}${LIB}; \ fi done