Skip to content
Snippets Groups Projects
Unverified Commit 73d7a51e authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Remove dependency on "curl" binary

parent 532d73d5
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ LIBLZMA_LIBS = @LIBLZMA_LIBS@
SQLITE3_LIBS = @SQLITE3_LIBS@
bash = @bash@
bindir = @bindir@
curl = @curl@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
......
......@@ -114,7 +114,6 @@ if test -z "$$1"; then
fi
])
NEED_PROG(curl, curl)
NEED_PROG(bash, bash)
NEED_PROG(patch, patch)
AC_PATH_PROG(xmllint, xmllint, false)
......
......@@ -7,5 +7,3 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc)
nix-store_LIBS = libmain libstore libutil libformat
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment