Skip to content

Commit

Permalink
buildsys: fix --without-readline
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 12, 2023
1 parent 644ee27 commit d16a6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ LIBS=${save_LIBS}

AS_IF([test x$readline_found = xno],[
AC_MSG_RESULT([no])
AS_IF([test x$with_readline != xcheck],[
AS_IF([test x$with_readline != xcheck && test x$with_readline != xno],[
AC_MSG_FAILURE([--with-readline was given, but further tests for readline failed])
])
READLINE_CPPFLAGS=
Expand Down

0 comments on commit d16a6e2

Please sign in to comment.