Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Always check for curl.
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
Michael Hueschen committed Sep 30, 2015
1 parent 010f95a commit 140f6c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Expand Up @@ -108,6 +108,7 @@ AC_FORCE_EXIST(CC,gcc)
AC_FORCE_EXIST(CHMOD,chmod)
AC_FORCE_EXIST(CP,cp)
AC_FORCE_EXIST(CPP,cpp)
AC_FORCE_EXIST(CURL,curl)
AC_FORCE_EXIST(ECHO,echo)
AC_FORCE_EXIST(FIND,find)
AC_FORCE_EXIST(GIT,git)
Expand Down Expand Up @@ -148,9 +149,6 @@ AC_CHECK_HEADER(zlib.h, HAVE_ZLIB=y,
AC_CHECK_LIB(gmp, __gmpz_init, ,
LOG_FAILURE("The HaLVM requires libgmp to build."))

if test "${NEED_CURL}" = "yes"; then
AC_FORCE_EXIST(CURL,curl)
fi

if test "${GHC}" != "no"; then
AC_MSG_CHECKING(for globally-installed GHC terminfo package)
Expand Down

0 comments on commit 140f6c1

Please sign in to comment.