File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 7272
7373EXTRA_BUILD=
7474PYTHON_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
7777ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf
7878
Original file line number Diff line number Diff line change @@ -126,17 +126,6 @@ RTPREFIX=""
126126KERNELDIR=""
127127RTFLAGS=""
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 #
You can’t perform that action at this time.
0 commit comments