Skip to content

Commit

Permalink
Make libcurl mandatory in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Mar 16, 2017
1 parent 4e0b82b commit 88d67b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ AX_AVAILABLE_SYSTEMD
AM_CONDITIONAL([HAVE_SYSTEMD], [ test x"$systemd" = "xy" ])
# We need a working libcurl package
LIBCURL_CHECK_CONFIG
AS_IF([test "x$LIBCURL" = "x"], [
AC_MSG_ERROR([Libcurl not found, libcurl support is mandatory])
])
AC_CONFIG_FILES([Makefile
ext/Makefile
ext/json11/Makefile
Expand Down

0 comments on commit 88d67b5

Please sign in to comment.