Skip to content

Commit 21a1aa9

Browse files
committed
Improvements to PR #3868
Signed-off-by: Alec Ari <neotheuser@ymail.com>
1 parent e4f906c commit 21a1aa9

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

debian/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fi
7272

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

7777
ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf
7878

src/configure.ac

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,6 @@ RTPREFIX=""
126126
KERNELDIR=""
127127
RTFLAGS=""
128128

129-
NONDISTRIBUTABLE=false
130-
AC_ARG_ENABLE(non-distributable,
131-
AS_HELP_STRING(
132-
[--enable-non-distributable],
133-
[To build LinuxCNC even if a license problem would render the resulting binaries non-distributable under the terms of the LinuxCNC license]),
134-
[
135-
case "$enableval" in
136-
(yes) NONDISTRIBUTABLE=true ;;
137-
esac
138-
])
139-
140129
##############################################################################
141130
# Subsection 2.1 #
142131
# Check for arguments to ./configure #

0 commit comments

Comments
 (0)