config_query_option Q_OPTS \
                 "Enable unicode support? (The alternative is plain ASCII.)" \
                    y \
                    "--with-unicode" \
                    "--without-unicode" &&

config_query_option Q_OPTS \
                    "Enable thread support?" \
                    y \
                    "--with-pthread" \
                    "--without-pthread"
