add a new helper macro to deal with conditional ./configure flags

SVN-Revision: 20570
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent 965f770083
commit e10df8d2b5

@ -32,6 +32,7 @@ update_libtool_ucxx = \
) \
$(call update_libtool_common)
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
# prevent libtool from linking against host development libraries
define libtool_fixup_libdir

Loading…
Cancel
Save