From 8d268655f465a19136cba290527b98e43e196769 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Dec 2014 19:56:44 -0500 Subject: configure.ac: woops, I wrote WGET instead of wget one time. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9faf3be..66747ef 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ if test "x$HAVE_GIT" = x ; then AC_MSG_ERROR([Please install the 'git' utility]) fi -AC_CHECK_PROG(HAVE_WGET,WGET,yes) +AC_CHECK_PROG(HAVE_WGET,wget,yes) if test "x$HAVE_WGET" = x ; then AC_MSG_ERROR([Please install the 'wget' utility]) fi -- cgit v1.1-4-g5e80