config_query_option  METACITY_VERBOSE  'Enable verbose logging?'  y  \
                     '--enable-verbose'  '--disable-verbose'         &&

message  "${MESSAGE_COLOR}Session management is only needed for GNOME"  \
         "${DEFAULT_COLOR}"                                             &&

config_query_option  METACITY_SM  'Enable session management?'  y  \
                    '--enable-sm'  '--disable-sm'                  &&

config_query_option  METACITY_XINERAMA  'Enable Xinerama support?'  y  \
                     '--enable-xinerama'  '--disable-xinerama'
