summaryrefslogtreecommitdiffstats
path: root/cluster/atlas/CONFIGURE
blob: 13ae5e6b7b3da4ded8d4aae575e6c238740442f9 (plain) (blame)
1
2
3
4
config_query SHARED_LIB "Do you want shared libraries to be built?" y
if [ $SHARED_LIB == y ]; then
  config_query PTSHARED_LIB "Do you want parallelized shared libraries to be built?" y
fi