test: Add the feature 'shell' on LLVM_ON_UNIX.

llvm-svn: 121104
This commit is contained in:
NAKAMURA Takumi 2010-12-07 02:43:51 +00:00
parent 7947c9770a
commit 63bff1a5d3

View File

@ -226,6 +226,10 @@ config.on_clone = on_clone
### Features
# Shell execution
if sys.platform not in ['win32']:
config.available_features.add('shell')
# Loadable module
# FIXME: This should be supplied by Makefile or autoconf.
if sys.platform in ['win32', 'cygwin']: