Skip to content

Commit 83936b3

Browse files
Merge pull request #2558 from LinuxCNC/suggest-libeditreadline
src/configure.ac: suggest libeditreadline, which is GPL-2 compatible
2 parents e658311 + 2749d85 commit 83936b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,8 @@ GPL-2 only) and Readline version 6 and greater (GPL-3 or later).])
15551555
AC_MSG_ERROR(
15561556
[To configure LinuxCNC in this way, you must
15571557
invoke configure with "--enable-non-distributable=yes". Note that on
1558-
Debian-based systems, you may be able to use libreadline-gplv2-dev instead.])
1558+
Debian-based systems, you may be able to use libeditreadline-dev or
1559+
libreadline-gplv2-dev instead of libreadline-dev.])
15591560
fi
15601561
])
15611562

0 commit comments

Comments
 (0)