comparison src/default-octave.mk @ 6515:efc41d530cff

default-octave: Remove setting configure option that is no longer needed. * src/default-octave.mk: Remove work-around with dummy variable in configure flags that is no longer required.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Nov 2022 14:34:47 +0100
parents e9fc3d04f1dd
children a8cdb57c6ea6
comparison
equal deleted inserted replaced
6514:4c018df0768c 6515:efc41d530cff
155 endif 155 endif
156 endif 156 endif
157 157
158 ifeq ($(MXE_SYSTEM),mingw) 158 ifeq ($(MXE_SYSTEM),mingw)
159 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no 159 $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no
160 endif
161
162 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
163 $(PKG)_EXTRA_CONFIGURE_OPTIONS += ac_cv_search_tputs=-ltermcap
164 endif 160 endif
165 161
166 # if want binary packages and are cross compiling, then we need cross tools enabled 162 # if want binary packages and are cross compiling, then we need cross tools enabled
167 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 163 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
168 ifeq ($(MXE_NATIVE_BUILD),no) 164 ifeq ($(MXE_NATIVE_BUILD),no)