summaryrefslogtreecommitdiffstats
path: root/rules/scriptlanguages.in
blob: acad8a7e10e6199020989ae3c58f140ad6fbd289 (plain)
1
2
3
4
5
6
7
8
9
10
comment "Scripting Languages"

comment "Python requires libdl on the target (see C Library)"
	depends on !GLIBC_DL && !UCLIBC_DL

config PYTHON23
	bool
	prompt "Python 2.3"
	depends on GLIBC_DL || UCLIBC_DL
	select GLIBC_UTIL if GLIBC