diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 19:56:44 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 19:56:44 -0500 |
commit | 8d268655f465a19136cba290527b98e43e196769 (patch) | |
tree | f091a213528f4c754259a218027648d26db52c4e | |
parent | bd2fdf0e616578ede630bd1dd9da5b74ea9b7d3a (diff) |
configure.ac: woops, I wrote WGET instead of wget one time.
-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 |