diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |