Skip to content

Commit

Permalink
Makefile.config.in: Remove HAVE_READLINE.
Browse files Browse the repository at this point in the history
It was forgotten to be removed with
commit c5f23f1
and so it until now stayed unsubstituted as `HAVE_READLINE = @HAVE_READLINE@`
in Makefile.config.
  • Loading branch information
nh2 committed Jul 3, 2019
1 parent 717e821 commit b49c3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CXXFLAGS = @CXXFLAGS@
LDFLAGS = @LDFLAGS@
ENABLE_S3 = @ENABLE_S3@
HAVE_SODIUM = @HAVE_SODIUM@
HAVE_READLINE = @HAVE_READLINE@
HAVE_SECCOMP = @HAVE_SECCOMP@
LIBCURL_LIBS = @LIBCURL_LIBS@
OPENSSL_LIBS = @OPENSSL_LIBS@
Expand Down

0 comments on commit b49c3a9

Please sign in to comment.