config_query_option XCLOCK_OPTS  \
          'Enable XPrint support?'  \
          y                         \
          '--enable-xprint'         \
          '--disable-xprint'        &&

config_query  XCLOCK_XFT                         \
          'Use Xft2 and Xrender for rendering?'  \
          y                                      &&

config_query_option XCLOCK_OPTS                  \
          'Use Xkb to sound bells?'              \
          y                                      \
          '--with-xkb'                           \
          '--without-xkb'                        
