Makefile.config.in: Remove HAVE_READLINE.

It was forgotten to be removed with
commit c5f23f10a8
and so it until now stayed unsubstituted as `HAVE_READLINE = @HAVE_READLINE@`
in Makefile.config.
This commit is contained in:
Niklas Hambüchen 2019-07-03 01:34:21 +02:00
parent 717e821b99
commit b49c3a9db5
1 changed files with 0 additions and 1 deletions

View File

@ -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@