Skip to content

Commit

Permalink
Merge pull request #2422 from LinuxCNC/libeditreadline
Browse files Browse the repository at this point in the history
d/configure: switch to libeditreadline
  • Loading branch information
hansu authored Apr 6, 2023
2 parents 4f7ce41 + 0152218 commit f34122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

EXTRA_BUILD=
PYTHON_VERSION_NEXT=$(python3 -c 'import sys; print (sys.version[:2] + str(1+int(sys.version[2])))')
LIBREADLINE_DEV="libreadline-gplv2-dev | libreadline-dev"
LIBREADLINE_DEV="libeditreadline-dev | libreadline-gplv2-dev | libreadline-dev"

ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf

Expand Down

0 comments on commit f34122e

Please sign in to comment.